diff --git a/.github/workflows/post-integration.yaml b/.github/workflows/post-integration.yaml index 67d59c43..bbbdbbae 100644 --- a/.github/workflows/post-integration.yaml +++ b/.github/workflows/post-integration.yaml @@ -24,4 +24,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: docs + publish_dir: ./docs