mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update pages.yml
This commit is contained in:
5
.github/workflows/pages.yml
vendored
5
.github/workflows/pages.yml
vendored
@@ -1,5 +1,4 @@
|
|||||||
# Sample workflow for building and deploying a Jekyll site to GitHub Pages
|
name: Build and Deploy Docusaurus to GitHub Pages
|
||||||
name: Deploy Jekyll with GitHub Pages dependencies preinstalled
|
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# Runs on pushes targeting the default branch
|
# Runs on pushes targeting the default branch
|
||||||
@@ -11,7 +10,7 @@ on:
|
|||||||
|
|
||||||
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
|
||||||
permissions:
|
permissions:
|
||||||
contents: read
|
contents: write
|
||||||
pages: write
|
pages: write
|
||||||
id-token: write
|
id-token: write
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user