diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3879583..bcdfdce 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -15,4 +15,5 @@ jobs: - name: Build and deploy uses: shalzz/zola-deploy-action@v0.16.0 env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_HOSTNAME : https://ourworld.tf \ No newline at end of file diff --git a/config.toml b/config.toml index c4d7843..ae08792 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ # 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. title = "ThreeFold"