From dd1ec0b6103beaced6c33dee6d34c0dbf34cf113 Mon Sep 17 00:00:00 2001 From: Zeglius <33781398+Zeglius@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:44:48 +0100 Subject: [PATCH] fix (docs): Missing GH_TOKEN for pulling offline docs github-cli requires be given a token in order work inside github actions Signed-off-by: Zeglius <33781398+Zeglius@users.noreply.github.com> --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4b1405c29..4865706de5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -169,10 +169,12 @@ jobs: uses: actions/checkout@v4 # Prepare offline documentation - - id: download_offline_docs + - name: Download offline docs + id: download_offline_docs continue-on-error: true env: docs_repo: KyleGospo/docs.bazzite.gg + GH_TOKEN: ${{ github.token }} run: | DOCS_DIR="${{ github.workspace }}/system_files/desktop/shared/usr/share/ublue-os/docs/html" mkdir -p $DOCS_DIR