Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
schroedtert committed Nov 7, 2023
1 parent 6bd981a commit 243185e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,13 @@ jobs:
hugo \
--minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
- name: Deploy pedestriandynamics.org
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: ./public/ # The folder the action should deploy.
folder: ./public/
branch: gh-pages
force: false

- name: Upload artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 243185e

Please sign in to comment.