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

Commit 410e8b7

Browse files
committed
Maybe fix docs action
1 parent 33d816e commit 410e8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
repository: codeoverflow-org/nodecg-io-docs
2727
path: docs
2828
ssh-key: ${{ secrets.DOCS_SSH_KEY }}
29-
ref: refs/heads/release/0.1
29+
ref: ${{ github.ref }}
3030

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

0 commit comments

Comments
 (0)