File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 32
32
# when you want the docs to update.
33
33
push :
34
34
branches :
35
- - main
35
+ - master
36
36
37
37
# Whenever a workflow called "Release" completes, update the docs!
38
38
#
43
43
# tab for your repo to see this one running (the gh-pages deploy will also
44
44
# only show up there).
45
45
workflow_run :
46
- workflows : [ "Release" ]
46
+ workflows : ["Release"]
47
47
types :
48
48
- completed
49
49
69
69
run : |
70
70
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/latest/download/oranda-installer.sh | sh
71
71
oranda build
72
-
72
+
73
73
- name : Prepare HTML for link checking
74
74
# untitaker/hyperlink supports no site prefixes, move entire site into
75
75
# a subfolder
79
79
80
80
with :
81
81
args : /tmp/public/
82
-
82
+
83
83
# Deploy to our gh-pages branch (creating it if it doesn't exist).
84
84
# The "public" dir that oranda made above will become the root dir
85
85
# of this branch.
96
96
# Gotta tell the action where to find oranda's output
97
97
folder : public
98
98
token : ${{ secrets.GITHUB_TOKEN }}
99
- single-commit : true
99
+ single-commit : true
100
+
You can’t perform that action at this time.
0 commit comments