Skip to content

Commit

Permalink
use gh_pages branch
Browse files Browse the repository at this point in the history
  • Loading branch information
greimel committed Feb 8, 2024
1 parent 9165530 commit fd62b48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ExportNotebooks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
run: |
mkdir www
mv content/assets_pub www/assets
mv PlutoPages/_site www/Spring24
mv PlutoPages/_site www
mv PlutoPages/extra_outputs/* www
- name: 🚀 Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: output
BRANCH: gh_pages
FOLDER: www

0 comments on commit fd62b48

Please sign in to comment.