Skip to content

Commit

Permalink
update Github Action Workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
jimytc committed Jun 29, 2023
1 parent 2adafeb commit 93d4b3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_deploy_blog.yml
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1 # v2 does not have submodules option now
with:
Expand All @@ -16,7 +16,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.64.1'
hugo-version: 'latest'

- name: Build
run: hugo --minify
Expand All @@ -27,4 +27,4 @@ jobs:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: jimytc/jimytc.github.io
publish_dir: ./public
publish_branch: master
publish_branch: master

0 comments on commit 93d4b3b

Please sign in to comment.