Commit f903e54 1 parent ea087d1 commit f903e54 Copy full SHA for f903e54
File tree 1 file changed +6
-7
lines changed
1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Deploy static content to Pages
3
3
4
4
on :
5
5
push :
6
- branches : ["main"]
6
+ branches : ["main", "pages" ]
7
7
8
8
workflow_dispatch :
9
9
@@ -25,18 +25,17 @@ jobs:
25
25
steps :
26
26
- name : Checkout
27
27
uses : actions/checkout@v4
28
- - name : Asciidoc
29
-
30
- with :
31
- src : en.adoc
32
- dest : target/public
28
+ - name : Build pages
29
+ run : |
30
+ apt get -y po4a make asciidoctor
31
+ make
33
32
- name : Setup Pages
34
33
uses : actions/configure-pages@v5
35
34
- name : Upload artifact
36
35
uses : actions/upload-pages-artifact@v3
37
36
with :
38
37
# Upload entire repository
39
- path : ' target/public/'
38
+ path : " target/public/"
40
39
- name : Deploy to GitHub Pages
41
40
id : deployment
42
41
uses : actions/deploy-pages@v4
You can’t perform that action at this time.
0 commit comments