We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7734df4 commit 049d5e4Copy full SHA for 049d5e4
.github/workflows/publish.yaml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build site
27
run: hugo -s site
28
29
- - name: Push gh-pages branch
+ - name: Push the gh-pages branch
30
run: |
31
git add -A --force
32
git commit -m"rebuilding site from ${{ github.sha }}"
0 commit comments