Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit d7a8145

Browse files
committed
Fix doc update action
1 parent e51208d commit d7a8145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push:
66
branches:
77
- master
8-
- "releases/**"
8+
- "release/**"
99

1010
jobs:
1111
build:
@@ -26,7 +26,7 @@ jobs:
2626
repository: codeoverflow-org/nodecg-io-docs
2727
path: docs
2828
ssh-key: ${{ secrets.DOCS_SSH_KEY }}
29-
ref: ${{ github.event.push.ref }}
29+
ref: ${{ github.ref }}
3030

3131
- name: Build docs
3232
run: python .scripts/build-docs.py

0 commit comments

Comments
 (0)