diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 5b8aa673a12..f896ae443fc 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -120,7 +120,7 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./sway-lib-std/out/doc + publish_dir: ./sway-lib-std/out/doc/std destination_dir: ${{ steps.branch_name.outputs.BRANCH_NAME }}/std if: startsWith(github.ref, 'refs/tags')