hopefully fix workflow
Marco Andronaco andronacomarco@gmail.com
Fri, 14 Jul 2023 15:11:04 +0200
2 files changed,
2 insertions(+),
2 deletions(-)
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.toml
→
config.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"