Skip to content

Commit

Permalink
#10 Merge pull request from a-lab-nagoya/astropenguin/issue9
Browse files Browse the repository at this point in the history
Fix workflow for GitHub Pages
  • Loading branch information
astropenguin authored Jul 11, 2023
2 parents a9bdcbf + 7bd5696 commit e2211e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
run: |
npm install
npx marp slides.md -o build/index.html
- names: Publish HTML slides
- name: Publish HTML slides
uses: peaceiris/actions-gh-pages@v3
with:
destination_dir: ${{ GITHUB_REF_NAME }}
destination_dir: ${{ env.GITHUB_REF_NAME }}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
publish_dir: build

0 comments on commit e2211e7

Please sign in to comment.