Skip to content

Commit

Permalink
#12 Merge pull request from a-lab-nagoya/astropenguin/issue11
Browse files Browse the repository at this point in the history
Fix workflow for GitHub Pages
  • Loading branch information
astropenguin committed Jul 11, 2023
2 parents e2211e7 + afd1208 commit 006a7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Publish HTML slides
uses: peaceiris/actions-gh-pages@v3
with:
destination_dir: ${{ env.GITHUB_REF_NAME }}
destination_dir: ${GITHUB_REF_NAME}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: build

0 comments on commit 006a7a1

Please sign in to comment.