Skip to content

Commit

Permalink
Update pages-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SigmaEnterprise authored Jan 30, 2024
1 parent 72b0c5b commit 3d9d69f
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,19 @@ on:

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write
steps:
- uses: actions/checkout@https://github.com/SigmaEnterprise/SigmaEnterprise.github.io/commit/7b4c13b68608948b901ce8a725865a6a21dec333
- uses: actions/checkout@v4
- uses: actions/[email protected]
- uses: actions/checkout@https://github.com/SigmaEnterprise/SigmaEnterprise.github.io/tree/main





# Allow one concurrent deployment
concurrency:
Expand Down Expand Up @@ -69,12 +77,3 @@ jobs:
id: deployment
uses: actions/deploy-pages@v3

steps:
# Reference a specific commit
- uses: actions/checkout@https://github.com/SigmaEnterprise/SigmaEnterprise.github.io/commit/7b4c13b68608948b901ce8a725865a6a21dec333
# Reference the major version of a release
- uses: actions/checkout@v4
# Reference a specific version
- uses: actions/[email protected]
# Reference a branch
- uses: actions/checkout@https://github.com/SigmaEnterprise/SigmaEnterprise.github.io/tree/main

0 comments on commit 3d9d69f

Please sign in to comment.