Skip to content

Commit

Permalink
chg: dev: minor workflow changes to kickstart deployment
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Arnold <[email protected]>
  • Loading branch information
sarnold committed Sep 10, 2024
1 parent 772faa1 commit ba4931b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
push:
branches:
- master

permissions:
contents: write

Expand Down Expand Up @@ -47,7 +48,7 @@ jobs:

- name: set nojekyll for github
run: |
sudo touch docs/_build/html/.nojekyll
touch docs/_build/html/.nojekyll
- name: Deploy docs to gh-pages
if: ${{ github.event_name == 'push' }}
Expand Down

0 comments on commit ba4931b

Please sign in to comment.