Skip to content

Commit

Permalink
chore: fix the GitHub pages workflow (#3716)
Browse files Browse the repository at this point in the history
Instead of moving this directory, we need to copy it now so that we can ‘mount’ it in two places
  • Loading branch information
steveluscher authored Dec 14, 2024
1 parent de972e4 commit eb3b362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions/compile-gh-pages/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ runs:
shell: bash
run: |
mkdir -p .ghpages-deploy
mv ./doc/* .ghpages-deploy
cp -r ./doc/* .ghpages-deploy
- name: Assemble Deploy Versioned Subdirectory
shell: bash
run: |
mkdir -p .ghpages-deploy/v1.x
mv ./doc/* .ghpages-deploy/v1.x
cp -r ./doc/* .ghpages-deploy/v1.x
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit eb3b362

Please sign in to comment.