Skip to content

Commit

Permalink
Don't publish docs to github pages. (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-alec authored Aug 15, 2024
1 parent b61393c commit 26ad1a2
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,3 @@ jobs:
uses: actions/upload-pages-artifact@v3
with:
path: .github/workflows/docs/extensions

publish_docs:
name: Publish docs
if: github.event_name == 'release'
needs: build_docs
runs-on: 'ubuntu-latest'
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/[email protected]

0 comments on commit 26ad1a2

Please sign in to comment.