Skip to content

Commit

Permalink
Fix output directory env part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKremer committed Oct 20, 2024
1 parent 158b2b5 commit 03cfdd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
main-branch: ${{ env.BRANCH }}
- uses: actions/upload-pages-artifact@v3
with:
path: ${{ env.DEST_DIR }}
path: ${{ env.OUTPUT_DIR }}
- uses: actions/deploy-pages@v4

0 comments on commit 03cfdd2

Please sign in to comment.