Skip to content

Commit

Permalink
Remove permissions and not deploy
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchongth@gmail.com>
  • Loading branch information
aaronchongth committed Oct 10, 2024
1 parent fb3f0de commit ad7342a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/ghpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ name: Deploy docs to Pages
on: push

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

# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
group: "pages"
cancel-in-progress: false
# # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# # However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
# concurrency:
# group: "pages"
# cancel-in-progress: false

jobs:
# Single deploy job since we're just deploying
Expand Down Expand Up @@ -56,6 +56,6 @@ jobs:
uses: actions/upload-pages-artifact@v1
with:
path: packages/api-server/docs
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
# - name: Deploy to GitHub Pages
# id: deployment
# uses: actions/deploy-pages@v2

0 comments on commit ad7342a

Please sign in to comment.