From 7b5655e33c77e99380a521d0228a6326771470bc Mon Sep 17 00:00:00 2001 From: N3v1 Date: Wed, 23 Oct 2024 14:21:28 +0200 Subject: [PATCH] (chore): Change docc url --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 39ef8fb..877239b 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -41,7 +41,7 @@ jobs: transform-for-static-hosting /tmp/docbuild/Build/Products/Debug-iphoneos/scribble-gyb.doccarchive \ --hosting-base-path scribble-gyb \ --output-path docs; - echo "" > docs/index.html; + echo "" > docs/index.html; - name: Upload artifact uses: actions/upload-pages-artifact@v1 with: