diff --git a/.github/workflows/create-release-docs.yml b/.github/workflows/create-release-docs.yml index ea98cea1..32f11670 100644 --- a/.github/workflows/create-release-docs.yml +++ b/.github/workflows/create-release-docs.yml @@ -29,7 +29,7 @@ jobs: ssh-key: !!str ${{ secrets.SSH_KEY_SECRET }} - name: Install groff and mandoc run: | - sudo apt install -Uyq groff mandoc -o APT::Color=yes -o Acquire::Queue-Mode + sudo apt install -Uyq groff mandoc -o APT::Color=yes -o Acquire::Queue-Mode=access - name: Update pages working-directory: rgbds/man run: | # The ref appears to be in the format "refs/tags/", so strip that