diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2bc92f5..2db790a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -20,5 +20,5 @@ jobs: - uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - destination_dir: ${{ github.ref }} + destination_dir: ${{ github.ref_name }} publish_dir: ${{ steps.deployment.outputs.artifact }}