Skip to content

Commit

Permalink
fx
Browse files Browse the repository at this point in the history
  • Loading branch information
SnO2WMaN committed Jul 25, 2024
1 parent 5ab9a5d commit fd3aa7d
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,10 @@ jobs:
run: |
mdbook --version
mdbook-katex --version
- name: Build book
run: mdbook build
- name: Setup Pages
uses: actions/configure-pages@v5
- run: mdbook build
- uses: actions/configure-pages@v5
id: pages
- name: Upload mdbook
uses: actions/upload-artifact@v4
- uses: actions/upload-pages-artifact@v3
with:
path: ./book

Expand All @@ -54,6 +51,5 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
needs: build
steps:
- name: Deploy to GitHub Pages
uses: actions/deploy-pages@v4
- uses: actions/deploy-pages@v4
id: deployment

0 comments on commit fd3aa7d

Please sign in to comment.