Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
chore: fix the GitHub pages workflow
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 committed Dec 14, 2024
1 parent de972e4 commit bfa452a
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 bfa452a

Please sign in to comment.