Skip to content

Commit

Permalink
Missed a wrong master name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias157 committed Sep 16, 2024
1 parent 849665a commit 487c14e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Build documentation

on:
push:
branches: [ master ]
Expand Down Expand Up @@ -33,9 +32,9 @@ jobs:

- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}
with:
publish_branch: gh-pages
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: _build/
force_orphan: true
force_orphan: true

0 comments on commit 487c14e

Please sign in to comment.