Skip to content

Commit 69690ef

Browse files
committed
refresh docs
1 parent 5eefc97 commit 69690ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
name: dist
8989
path: dist
90-
- run: wget https://github.com/CoderBotOrg/docs/releases/download/v0.1/docs.tgz
90+
- run: wget https://github.com/CoderBotOrg/docs/releases/download/v0.2/docs.tgz
9191
- run: mkdir -p cb_docs
9292
- run: tar xzf docs.tgz -C cb_docs
9393
- run: rm docs.tgz

0 commit comments

Comments
 (0)