diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 8818a6f..08ee3f6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,33 +45,14 @@ jobs: /usr/local/etc/roswell .qlot key: "${{ runner.os }}-build2-${{ env.cache-name }}-${{ hashFiles('qlfile.lock') }}" - - name: Restore Path + - name: Restore Path To Cached Files run: | echo $HOME/.roswell/bin >> $GITHUB_PATH echo .qlot/bin >> $GITHUB_PATH if: steps.cache.outputs.cache-hit == 'true' - - name: Check dirs - run: | - set -x - which ros - which qlot - tree ~/.roswell - ls /usr/local/etc/roswell - ls .qlot - if: steps.cache.outputs.cache-hit == 'true' - uses: 40ants/setup-lisp@test-cache if: steps.cache.outputs.cache-hit != 'true' - - name: Check dirs again - run: | - set -x - which ros - which qlot - tree ~/.roswell - ls /usr/local/etc/roswell - ls .qlot - - - # - uses: 40ants/build-docs@v1 - # with: - # asdf-system: docs - # # ngrok-auth-token: ${{ secrets.NGROK_AUTH_TOKEN }} + - uses: 40ants/build-docs@v1 + with: + asdf-system: docs + # ngrok-auth-token: ${{ secrets.NGROK_AUTH_TOKEN }}