Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig authored Oct 22, 2024
1 parent 980877e commit 9f3a276
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: './_build/html'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
- uses: ftnext/[email protected]
with:
build_dir: '_build/html'
github_token: $GTIHUB_TOKEN

0 comments on commit 9f3a276

Please sign in to comment.