Skip to content

Commit e119178

Browse files
authored
Update pages.yml
1 parent c8eafb7 commit e119178

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

.github/workflows/pages.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,28 @@ on:
88

99
workflow_dispatch:
1010

11+
permissions:
12+
contents: write
13+
pages: write
14+
id-token: write
15+
16+
concurrency:
17+
group: "pages"
18+
cancel-in-progress: false
19+
1120
jobs:
1221
build:
1322
concurrency: ci-${{ github.ref }}
1423

1524
runs-on: ubuntu-latest
16-
25+
1726
steps:
1827
- uses: actions/checkout@main
1928

2029
- uses: krdlab/setup-haxe@master
2130
with:
2231
haxe-version: 4.3.7
23-
32+
2433
- name: Install Haxe Libraries
2534
run: |
2635
haxelib setup ~/haxelib
@@ -45,6 +54,7 @@ jobs:
4554
haxelib install dox
4655
haxelib install format
4756
haxelib list
57+
mkdir pages
4858
4959
- name: Create Documentation Site
5060
run: |

0 commit comments

Comments
 (0)