Skip to content

Commit

Permalink
Fix deployment workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaegel committed Nov 3, 2023
1 parent 388497e commit a7af935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: "{{ env.PELICAN_BUILD_DIR }}"
folder: ${{ env.PELICAN_BUILD_DIR }}
branch: gh-pages

0 comments on commit a7af935

Please sign in to comment.