Skip to content

Commit

Permalink
ci: Don't move documentation into a subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMatthesKDAB committed Jun 18, 2024
1 parent 6259d70 commit 6d09410
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ jobs:
# Delete the ref to avoid keeping history.
git update-ref -d refs/heads/gh-pages
rm -rf *
# We want the documentation in a subfolder, so we can add a landing page or similar
mkdir -p docs/latest/
mv ../site/* docs/latest/
mv ../site/* .
git add .
git commit -m "Deploy $GITHUB_SHA to gh-pages"
git push --force

0 comments on commit 6d09410

Please sign in to comment.