Skip to content

Commit 7147088

Browse files
committed
Update format of master ref
1 parent 6fbf640 commit 7147088

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: ./mdbook build
2323

2424
- name: Push to gh-pages
25-
if: ${{github.ref == 'master'}}
25+
if: ${{github.ref == 'refs/heads/master'}}
2626
working-directory: book
2727
run: |
2828
REV=$(git rev-parse --short HEAD)

0 commit comments

Comments
 (0)