Skip to content

Commit

Permalink
adjust build-site workflow action versions
Browse files Browse the repository at this point in the history
The zola image won't run on Sonoma
  • Loading branch information
dave2wave committed Jan 9, 2025
1 parent fef7df3 commit f1fea0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ jobs:

build-site:
runs-on: ubuntu-latest
if: github.ref != 'refs/heads/master'
if: github.ref == 'refs/heads/master'
steps:

- name: 'Checkout'
uses: actions/checkout@master
uses: actions/checkout@v4

- name: 'set CNAME'
run: |
echo "builddocs.nosqlbench.io" > site/static/CNAME
- name: 'Build and Deploy Static Site'
uses: shalzz/zola-deploy-action@master
uses: shalzz/zola-deploy-action@0.19.2
env:
BUILD_DIR: ./site
GITHUB_TOKEN: ${{ secrets.NBDROID_TOKEN }}

0 comments on commit f1fea0c

Please sign in to comment.