aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-05-05 21:31:48 +0300
committerValentin Popov <valentin@popov.link>2023-05-05 21:31:48 +0300
commit64f0e5ccf8d265a8e1706412d8c64d6648dfcc68 (patch)
treed6206ca1333be362d73b2fcbedeb4ae618c7b19f
parentb07bcdf89f2a5ea3d0c431ea5548171eb4ae88d6 (diff)
downloadpopov.link-64f0e5ccf8d265a8e1706412d8c64d6648dfcc68.tar.xz
popov.link-64f0e5ccf8d265a8e1706412d8c64d6648dfcc68.zip
Added domain GitHub Pages [2]
Signed-off-by: Valentin Popov <valentin@popov.link>
-rw-r--r--.github/workflows/main.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index a436587..70e198e 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,14 +1,14 @@
on: push
-name: Build and deploy GitHub Pages
jobs:
build:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- - name: checkout
+ - name: 'checkout'
uses: actions/checkout@v3.0.0
- - name: build_and_deploy
+ - name: 'build_and_deploy'
uses: shalzz/zola-deploy-action@v0.17.2
env:
+ BUILD_FLAGS: --base-url ${{ GITHUB_HOSTNAME }}
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file