Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
SnO2WMaN committed Jul 25, 2024
1 parent 73f9266 commit 55a9eb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- "main"
pull_request:
branches:
- "main"
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -44,10 +46,9 @@ jobs:
args: --base book .

- name: Upload mdbook
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v3
if: github.ref == 'refs/heads/main'
with:
name: book
path: ./book

deploy:
Expand Down

0 comments on commit 55a9eb4

Please sign in to comment.