Skip to content

Commit

Permalink
action
Browse files Browse the repository at this point in the history
  • Loading branch information
BernieHuang2008 committed Oct 1, 2024
1 parent 4b4b49e commit 8d3eebf
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/compile_articles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,10 @@ jobs:
- name: Render articles
run: python script/render_all.py

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./tutorial/build
path: "tutorial/build/"

# Deployment job
deploy:
Expand Down

0 comments on commit 8d3eebf

Please sign in to comment.