From a34b76b5ba55943957a224c4179bce823b241730 Mon Sep 17 00:00:00 2001 From: Vegard Solheim Theriault Date: Sun, 29 Nov 2020 20:55:47 +0100 Subject: [PATCH] Added base-url to docs generation Somehow the pathing for the documentation stopped working as it used to (not sure how it worked at all before). End result being all.css not loading at all --- .github/workflows/swift.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 7ebb566..bb8c970 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -62,6 +62,7 @@ jobs: module-name: Disruptive format: html output: docs + base-url: https://vegather.github.io/Disruptive/ - name: Push Back docs/ uses: stefanzweifel/git-auto-commit-action@v4