We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fbf640 commit 7147088Copy full SHA for 7147088
.github/workflows/deploy.yml
@@ -22,7 +22,7 @@ jobs:
22
run: ./mdbook build
23
24
- name: Push to gh-pages
25
- if: ${{github.ref == 'master'}}
+ if: ${{github.ref == 'refs/heads/master'}}
26
working-directory: book
27
run: |
28
REV=$(git rev-parse --short HEAD)
0 commit comments