We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d3bd9dd + 2a8f50e commit c1a1539Copy full SHA for c1a1539
.github/workflows/main.yml
@@ -0,0 +1,17 @@
1
+name: Build and deploy on push
2
+
3
+on: [push]
4
5
+jobs:
6
+ build:
7
+ name: shalzz/zola-deploy-action
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - uses: actions/checkout@master
11
+ - name: shalzz/zola-deploy-action
12
+ uses: shalzz/zola-deploy-action@master
13
+ env:
14
+ PAGES_BRANCH: gh-pages
15
+ BUILD_DIR: .
16
+ BUILD_FLAGS: --drafts
17
+ TOKEN: ${{ secrets.TOKEN }}
CNAME
@@ -0,0 +1 @@
+bitdevs-la.org
0 commit comments