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 5eefc97 commit 69690efCopy full SHA for 69690ef
.github/workflows/build_frontend.yml
@@ -87,7 +87,7 @@ jobs:
87
with:
88
name: dist
89
path: dist
90
- - run: wget https://github.com/CoderBotOrg/docs/releases/download/v0.1/docs.tgz
+ - run: wget https://github.com/CoderBotOrg/docs/releases/download/v0.2/docs.tgz
91
- run: mkdir -p cb_docs
92
- run: tar xzf docs.tgz -C cb_docs
93
- run: rm docs.tgz
0 commit comments