Skip to content

Commit

Permalink
make the gh-pages directory docs instead of cosmos-export
Browse files Browse the repository at this point in the history
  • Loading branch information
seveibar committed Jul 6, 2024
1 parent 56ce5b9 commit 2b3e235
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
# push to gh-pages branch
git checkout -b gh-pages
git add -f cosmos-export
mv cosmos-export docs
git add -f docs
git commit -m "Deploy"
git push -f origin gh-pages

0 comments on commit 2b3e235

Please sign in to comment.