Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: add offline docs #8527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jul 19, 2023
Prev Previous commit
Next Next commit
Remove extra folder
  • Loading branch information
BrunoQuaresma committed Jul 19, 2023
commit 056f1dccbce819e066ff299ca8270d968c2783c4
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,8 @@ jobs:
- run: yarn export
working-directory: ./offlinedocs
- name: Tar files
run: tar -cvf docs.tar offlinedocs/out
- name: Upload Artifact
run: tar -cvf docs.tar -C offlinedocs/out .
- name: Upload docs artifact
uses: actions/upload-artifact@v3
with:
name: docs
Expand Down