Skip to content

Commit 256c2e7

Browse files
committed
update pages action
1 parent 1a50407 commit 256c2e7

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

.github/workflows/docs.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
1-
name: Deploy Forge Docs
1+
name: Deploy Forge Docs to Pages
22

33
on:
4-
push: # all branches
4+
push:
55
branches: ["**"]
66

7+
# Allows you to run this workflow manually from the Actions tab
8+
workflow_dispatch:
9+
710
permissions:
8-
contents: write # to allow publishing to GitHub Pages
11+
contents: read
12+
pages: write
13+
id-token: write
14+
15+
concurrency:
16+
group: "pages"
17+
cancel-in-progress: false
918

1019
jobs:
1120
build-and-deploy-docs:

0 commit comments

Comments
 (0)