Skip to content

Commit

Permalink
Update deploy-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JolifantoBambla authored Apr 21, 2024
1 parent 39050b5 commit f21564d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run: npm run docs
- name: Publish dist folder with docs
run: |
mkdir -p docs/${{ github.ref_name }}
cp -r dist docs/${{ github.ref_name }}/dist
mkdir -p docs/1.0.0
cp -r dist docs/1.0.0/dist
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit f21564d

Please # to comment.