Skip to content

Commit

Permalink
Fix workflow structure command
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Sep 30, 2024
1 parent c9c4a36 commit ceca505
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/deploy-pages-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ jobs:

- name: Structure v2
run: |
mkdir siwf/v2
mkdir siwf/v2
mv ./book ./siwf/v2/docs
mkdir -p siwf/v2
mv ./docs/book ./siwf/v2/docs
- name: Deploy to GitHub Pages v2
uses: JamesIves/github-pages-deploy-action@v4.6.4
Expand Down

0 comments on commit ceca505

Please sign in to comment.