We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c6f2da commit be36dd6Copy full SHA for be36dd6
1 file changed
.github/workflows/deploy.yml
@@ -1,5 +1,4 @@
1
-# Simple workflow for deploying static content to GitHub Pages
2
-name: Deploy static content to Pages
+name: Build static content and deploy to Pages
3
4
on:
5
# Runs on pushes targeting the default branch
@@ -9,12 +8,6 @@ on:
9
8
# Allows you to run this workflow manually from the Actions tab
10
workflow_dispatch:
11
12
-# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
13
-permissions:
14
- contents: read
15
- pages: write
16
- id-token: write
17
-
18
jobs:
19
20
make_index:
0 commit comments