Skip to content

Commit

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

- name: Structure v2
run: |
mkdir siwf/v2
mkdir siwf/v2
mkdir -p siwf/v2
mv ./book ./siwf/v2/docs
- name: Deploy to GitHub Pages v2
Expand Down

0 comments on commit 6097d40

Please sign in to comment.