This commit is contained in:
Ehab Hassan 2022-08-14 14:42:05 +02:00
parent ceafeb2b4a
commit 69f6f7dbf4
2 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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"