test
This commit is contained in:
parent
ceafeb2b4a
commit
69f6f7dbf4
3
.github/workflows/action.yml
vendored
3
.github/workflows/action.yml
vendored
@ -15,4 +15,5 @@ jobs:
|
|||||||
- name: Build and deploy
|
- name: Build and deploy
|
||||||
uses: shalzz/zola-deploy-action@v0.16.0
|
uses: shalzz/zola-deploy-action@v0.16.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
GITHUB_HOSTNAME : https://ourworld.tf
|
@ -1,5 +1,5 @@
|
|||||||
# The URL the site will be built for
|
# The URL the site will be built for
|
||||||
base_url = ""
|
base_url = "https://ourworld.tf"
|
||||||
# Change this to your own URL! Please note this variable **must** be uncommented.
|
# Change this to your own URL! Please note this variable **must** be uncommented.
|
||||||
|
|
||||||
title = "ThreeFold"
|
title = "ThreeFold"
|
||||||
|
Loading…
Reference in New Issue
Block a user