diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index 1a8386e3..ec901f2d 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -68,6 +68,10 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest needs: build + permissions: + contents: read + pages: write + id-token: write if: | github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') diff --git a/.gitignore b/.gitignore index 87675c5f..b7bd660f 100644 --- a/.gitignore +++ b/.gitignore @@ -134,4 +134,5 @@ dmypy.json # Generated converter yamls test/turbine/*.yaml +windIO/version.py .DS_Store \ No newline at end of file