Skip to content

Commit 583085f

Browse files
committed
fix workflow
1 parent b1e5f0f commit 583085f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/web.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
# when you want the docs to update.
3333
push:
3434
branches:
35-
- main
35+
- master
3636

3737
# Whenever a workflow called "Release" completes, update the docs!
3838
#
@@ -43,7 +43,7 @@ on:
4343
# tab for your repo to see this one running (the gh-pages deploy will also
4444
# only show up there).
4545
workflow_run:
46-
workflows: [ "Release" ]
46+
workflows: ["Release"]
4747
types:
4848
- completed
4949

@@ -69,7 +69,7 @@ jobs:
6969
run: |
7070
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/latest/download/oranda-installer.sh | sh
7171
oranda build
72-
72+
7373
- name: Prepare HTML for link checking
7474
# untitaker/hyperlink supports no site prefixes, move entire site into
7575
# a subfolder
@@ -79,7 +79,7 @@ jobs:
7979
uses: untitaker/[email protected]
8080
with:
8181
args: /tmp/public/
82-
82+
8383
# Deploy to our gh-pages branch (creating it if it doesn't exist).
8484
# The "public" dir that oranda made above will become the root dir
8585
# of this branch.
@@ -96,4 +96,5 @@ jobs:
9696
# Gotta tell the action where to find oranda's output
9797
folder: public
9898
token: ${{ secrets.GITHUB_TOKEN }}
99-
single-commit: true
99+
single-commit: true
100+

0 commit comments

Comments
 (0)