Skip to content

Commit fe359eb

Browse files
committed
Doc CI: fix expansion of env-var
1 parent 66b2dd7 commit fe359eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: actions-rs/cargo@v1
5454
with:
5555
command: doc
56-
args: -p gdnative --lib --no-deps --features ${GDRUST_FEATURES}
56+
args: -p gdnative --lib --no-deps --features ${{ env.GDRUST_FEATURES }}
5757

5858
# For email address, see https://github.community/t/github-actions-bot-email-address/17204
5959
# As search-index.js changes every time, even if source hasn't changed, this will not need 'git commit --allow-empty'

0 commit comments

Comments
 (0)