diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 014b22d..d8faba2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -56,6 +56,6 @@ jobs: - uses: EndBug/add-and-commit@v9 with: cwd: docsite - add: . --no-ignore-removal + add: docs --no-ignore-removal tag: docsite-${{ github.ref_name }} --force tag_push: --force