Skip to content

Commit

Permalink
Merge pull request #86 from omsf/gha-workflow-update
Browse files Browse the repository at this point in the history
update gha workflow
  • Loading branch information
karmencj authored Dec 10, 2024
2 parents 12c8b3d + 6edd9ff commit 185ddce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
Expand All @@ -33,5 +33,5 @@ jobs:
with:
deploy_key: ${{ secrets.ACTIONS_DEPLOY_KEY }}
external_repository: omsf/omsf.github.io
publish_branch: master # default: gh-pages
publish_branch: main # default: gh-pages
publish_dir: ./docs

0 comments on commit 185ddce

Please sign in to comment.