Skip to content

Commit

Permalink
Update auto-publish.yml
Browse files Browse the repository at this point in the history
adding figures to gh-pages
  • Loading branch information
simoneonofri authored Aug 22, 2024
1 parent 386eb8f commit 71bf3cc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/auto-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,10 @@ jobs:
- uses: w3c/spec-prod@v2
with:
GH_PAGES_BRANCH: gh-pages

# Copy figures folder
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./figures

0 comments on commit 71bf3cc

Please sign in to comment.