Skip to content
This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Commit d58b3d1

Browse files
author
John Andersen
authored
workflows: pages: refs/head corrected to refs/heads
1 parent d801ed9 commit d58b3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python3 -m sphinx -W -b html docs built_html_docs/
2626
echo ${{ github.ref }}
2727
- name: Deploy to GitHub Pages
28-
if: ${{ github.ref == 'refs/head/master' }}
28+
if: ${{ github.ref == 'refs/heads/master' }}
2929
uses: crazy-max/ghaction-github-pages@v2
3030
with:
3131
target_branch: gh-pages

0 commit comments

Comments
 (0)