We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8eafb7 commit e119178Copy full SHA for e119178
.github/workflows/pages.yml
@@ -8,19 +8,28 @@ on:
8
9
workflow_dispatch:
10
11
+permissions:
12
+ contents: write
13
+ pages: write
14
+ id-token: write
15
+
16
+concurrency:
17
+ group: "pages"
18
+ cancel-in-progress: false
19
20
jobs:
21
build:
22
concurrency: ci-${{ github.ref }}
23
24
runs-on: ubuntu-latest
-
25
26
steps:
27
- uses: actions/checkout@main
28
29
- uses: krdlab/setup-haxe@master
30
with:
31
haxe-version: 4.3.7
32
33
- name: Install Haxe Libraries
34
run: |
35
haxelib setup ~/haxelib
@@ -45,6 +54,7 @@ jobs:
45
54
haxelib install dox
46
55
haxelib install format
47
56
haxelib list
57
+ mkdir pages
48
58
49
59
- name: Create Documentation Site
50
60
0 commit comments