Skip to content

Commit

Permalink
upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrunton committed Feb 4, 2024
1 parent fab2094 commit 39926ba
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,9 @@ jobs:
mv **/*.pdf dist
- name: Move index page
run: cp README.md dist/index.md
- name: Deploy
uses: peaceiris/actions-gh-pages@v3.9.3
- uses: actions/configure-pages@v2
- uses: actions/upload-pages-artifact@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: dist
allow_empty_commit: true
force_orphan: true
enable_jekyll: true
# - name: Compile and Deploy
# uses: jonhue/pubtex-action@main
# with:
# deploy_key: ${{ secrets.GITHUB_TOKEN }}
# files: |
# good-strategy-bad-strategy/good-strategy-bad-strategy.tex

path: './dist/'
- uses: actions/deploy-pages@v1
id: deployment

0 comments on commit 39926ba

Please sign in to comment.