all repos — birabittoh.github.io @ bbd69126750b7a6693253ad2ddec8764862509f6

My current website, built with Zola.

hopefully fix workflow
Marco Andronaco andronacomarco@gmail.com
Fri, 14 Jul 2023 15:11:04 +0200
commit

bbd69126750b7a6693253ad2ddec8764862509f6

parent

b82a7cbc5c4a916fd25c8988f2ab83f3a807af4d

2 files changed, 2 insertions(+), 2 deletions(-)

jump to
M .github/workflows/gh.pages.yml.github/workflows/gh.pages.yml

@@ -8,7 +8,7 @@

jobs: build: runs-on: ubuntu-latest - if: github.ref != 'refs/heads/master' + if: github.ref == 'refs/heads/master' steps: - name: checkout uses: actions/checkout@v3
M config.tomlconfig.toml

@@ -1,5 +1,5 @@

# The URL the site will be built for -base_url = "https://tilde.team/~birabittoh/" +base_url = "https://birabittoh.github.io/" description = "Tech and privacy ramblings from a random italian dude." title = "BiRabittoh" author = "BiRabittoh"