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 c6dddef commit a3b030fCopy full SHA for a3b030f
.github/workflows/main.yml
@@ -8,10 +8,11 @@ jobs:
8
steps:
9
- name: checkout
10
uses: actions/checkout@v3
11
+
12
- name: build_and_deploy
- uses: shalzz/zola-deploy-action@v0.16.1-1
13
+ uses: shalzz/zola-deploy-action@v0.17.2
14
env:
15
# Target branch
16
PAGES_BRANCH: gh-pages
17
# Provide personal access token
- TOKEN: ${{ secrets.TOKEN }}
18
+ TOKEN: ${{ secrets.GITHUB_TOKEN }}
static/CNAME
@@ -0,0 +1 @@
1
+old-rust-stuco.duvallj.pw
0 commit comments