Skip to content

Commit

Permalink
build: hmm
Browse files Browse the repository at this point in the history
  • Loading branch information
zhudotexe committed Feb 13, 2024
1 parent 9f726b6 commit 32970d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Build Docs

on: [ push, pull_request ]
on: [ push ]

jobs:
build:
Expand All @@ -24,9 +24,6 @@ jobs:
working-directory: ./docs
run: sphinx-build -T -E -W --keep-going -b html "." "_build"

- name: Setup Pages
uses: actions/configure-pages@v4

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

0 comments on commit 32970d7

Please sign in to comment.