Skip to content

Commit

Permalink
chore: update Pages action
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Mar 29, 2024
1 parent 1b0f73d commit ec186d0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/Pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,10 @@ jobs:
uses: eifinger/setup-rye@v2

- name: Install dependencies
run: |
rye sync -q
run: rye sync -q

- name: Build
run: |
rye run mkdocs build -d site -s
run: rye run mkdocs build -d site -s

- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit ec186d0

Please sign in to comment.