We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dabf4f1 commit 5fcb9dbCopy full SHA for 5fcb9db
.github/workflows/docs.yml
@@ -48,6 +48,7 @@ jobs:
48
49
- name: Check out GitHub page repo
50
uses: actions/checkout@v4
51
+ if: github.ref == 'refs/heads/master'
52
with:
53
repository: cl-qob/cl-qob.github.io
54
path: ${{ env.PATH_DOC }}
@@ -59,8 +60,8 @@ jobs:
59
60
run: git rm -r '*'
61
62
- name: Build doc artifacts with Hugo
- run: hugo --destination ${{ env.PATH_DOC }} --minify
63
working-directory: docs
64
+ run: hugo --destination ${{ env.PATH_DOC }} --minify
65
66
# TODO: Generate better commit message
67
- name: Publish doc artifacts
0 commit comments