Skip to content

Commit a3b030f

Browse files
committed
update workflow to new domain
1 parent c6dddef commit a3b030f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ jobs:
88
steps:
99
- name: checkout
1010
uses: actions/checkout@v3
11+
1112
- name: build_and_deploy
12-
uses: shalzz/zola-deploy-action@v0.16.1-1
13+
uses: shalzz/zola-deploy-action@v0.17.2
1314
env:
1415
# Target branch
1516
PAGES_BRANCH: gh-pages
1617
# Provide personal access token
17-
TOKEN: ${{ secrets.TOKEN }}
18+
TOKEN: ${{ secrets.GITHUB_TOKEN }}

static/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
old-rust-stuco.duvallj.pw

0 commit comments

Comments
 (0)