Skip to content

Commit

Permalink
Update sphinx-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
masaccio authored Jan 29, 2024
1 parent e6b9422 commit e61c593
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/sphinx-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -20,10 +18,5 @@ jobs:
pages: write
id-token: write
steps:
- name: Install dependencies
run: |
sudo apt-get -y install libsnappy-dev
pip install poetry
poetry install --with docs
- id: deployment
uses: sphinx-notes/pages@v3

0 comments on commit e61c593

Please sign in to comment.