We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75986c9 commit 1846d45Copy full SHA for 1846d45
1 file changed
.github/workflows/github-pages-dev.yml
@@ -6,8 +6,11 @@ on:
6
# Allows you to run this workflow manually from the Actions tab
7
workflow_dispatch:
8
9
+
10
jobs:
11
site:
12
+ permissions:
13
+ contents: write
14
uses: ./.github/workflows/reusable-github-pages.yml
15
with:
16
site-version: "dev"
0 commit comments