Skip to content

Commit

Permalink
temporarily drop deploy on tag condition, add permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
aerispaha committed Jun 28, 2024
1 parent 8eb9cce commit bd3ebd6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,15 @@ jobs:
path: './docs/build'

deploy:
if: startsWith(github.event.ref, 'refs/tags/v')
# if: startsWith(github.event.ref, 'refs/tags/v')
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
needs: build
permissions:
pages: write
id-token: write
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit bd3ebd6

Please sign in to comment.