Skip to content

Commit 53ea807

Browse files
committed
2 parents 431718f + fa93250 commit 53ea807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-site.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
build-site:
1111
runs-on: ubuntu-latest
12-
if: github.ref == 'refs/heads/master'
12+
if: github.ref != 'refs/heads/master'
1313
steps:
1414

1515
- name: 'Checkout'
@@ -20,7 +20,7 @@ jobs:
2020
echo "builddocs.nosqlbench.io" > site/static/CNAME
2121
2222
- name: 'Build and Deploy Static Site'
23-
uses: shalzz/zola-deploy-action@0.19.2
23+
uses: shalzz/zola-deploy-action@master
2424
env:
2525
BUILD_DIR: ./site
2626
GITHUB_TOKEN: ${{ secrets.NBDROID_TOKEN }}

0 commit comments

Comments
 (0)