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 3fb0c6a commit aa6a99dCopy full SHA for aa6a99d
1 file changed
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: Generate mdbooks
85
run: |
86
- export PATH=$PATH:.
+ export PATH=$PATH:$(pwd)
87
./books.sh
88
89
- name: Upload artifact
0 commit comments