Skip to content

Commit

Permalink
Simplify documentation publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvkb committed Dec 30, 2023
1 parent 3e01f20 commit 95d8967
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,7 @@ jobs:
git init --initial-branch=gh-pages
git config user.name "Dhruv Bhanushali"
git config user.email "hi@dhruvkb.dev"
touch .nojekyll
echo "pls.cli.rs" > CNAME
git add .
git commit --all --message "Build documentation"
git commit --message "Build documentation"
git remote add origin https://x-access-token:${{ secrets.ACCESS_TOKEN }}@github.com/pls-rs/pls-rs.github.io.git
git push --force origin gh-pages
Empty file added docs/public/.nojekyll
Empty file.
1 change: 1 addition & 0 deletions docs/public/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pls.cli.rs

0 comments on commit 95d8967

Please sign in to comment.