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 d5df4ef commit 468e0c7Copy full SHA for 468e0c7
.github/workflows/build-and-deploy-zola.yaml
@@ -0,0 +1,19 @@
1
+name: Zola on GitHub Pages
2
+
3
+on:
4
+ push:
5
+ branches:
6
+ - website
7
8
+jobs:
9
+ build:
10
+ name: Publish site
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Checkout main
14
+ uses: actions/checkout@v4
15
+ - name: Build and deploy
16
+ uses: shalzz/[email protected]
17
+ env:
18
+ PAGES_BRANCH: website-deployed
19
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments