Skip to content

Commit

Permalink
fixing workfllow
Browse files Browse the repository at this point in the history
  • Loading branch information
angusmcb committed Dec 16, 2024
1 parent ea69a37 commit b5ff1e9
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/test-deploy-documentation.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: docs

on:
push:
branches:
pull_request:
branches: [main]
workflow_dispatch:
on: [push, pull_request]

jobs:
build:
Expand All @@ -27,7 +22,9 @@ jobs:
# - name: Build documentation
# run: sphinx-build docs/ _site
- name: Upload artifact
id: deployment
uses: actions/upload-pages-artifact@v3
with:
path: docs/_build/html/


Expand Down

0 comments on commit b5ff1e9

Please sign in to comment.