We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b2dd7 commit fe359ebCopy full SHA for fe359eb
.github/workflows/doc.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: actions-rs/cargo@v1
54
with:
55
command: doc
56
- args: -p gdnative --lib --no-deps --features ${GDRUST_FEATURES}
+ args: -p gdnative --lib --no-deps --features ${{ env.GDRUST_FEATURES }}
57
58
# For email address, see https://github.community/t/github-actions-bot-email-address/17204
59
# As search-index.js changes every time, even if source hasn't changed, this will not need 'git commit --allow-empty'
0 commit comments