Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 9fa3840

Browse files
Fix GH build.
1 parent 4e6977e commit 9fa3840

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- name: Prepare branch name
1717
run: >
18-
echo "::set-env name=refName::${GITHUB_REF##*/}"
18+
echo "refName=${GITHUB_REF##*/}" >> $GITHUB_ENV
1919
- name: Checkout relevant branch
2020
uses: actions/checkout@v2
2121
with:

0 commit comments

Comments
 (0)