Skip to content

Commit

Permalink
test_pr_comment docs_build
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr committed Jul 24, 2024
1 parent 7f67296 commit 7803c22
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,16 @@ env:
PYTHON_VERSION: "3.10"
ref_backend: "finufft"

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: read
issues: write
pull-requests: write
id-token: write

jobs:
makedocs:
name: Deploy API Documentation
runs-on: gpu
permissions:
contents: read
pages: read
issues: write
pull-requests: write
id-token: write
if: ${{ !contains(github.event.head_commit.message, 'docs_build')}}
steps:

Expand Down

0 comments on commit 7803c22

Please sign in to comment.