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.
2 parents 431718f + fa93250 commit 53ea807Copy full SHA for 53ea807
.github/workflows/build-site.yml
@@ -9,7 +9,7 @@ jobs:
9
10
build-site:
11
runs-on: ubuntu-latest
12
- if: github.ref == 'refs/heads/master'
+ if: github.ref != 'refs/heads/master'
13
steps:
14
15
- name: 'Checkout'
@@ -20,7 +20,7 @@ jobs:
20
echo "builddocs.nosqlbench.io" > site/static/CNAME
21
22
- name: 'Build and Deploy Static Site'
23
- uses: shalzz/zola-deploy-action@0.19.2
+ uses: shalzz/zola-deploy-action@master
24
env:
25
BUILD_DIR: ./site
26
GITHUB_TOKEN: ${{ secrets.NBDROID_TOKEN }}
0 commit comments