Skip to content

Commit

Permalink
book deploy attempt 2
Browse files Browse the repository at this point in the history
  • Loading branch information
randomdude999 committed Jan 26, 2024
1 parent 03d1ab2 commit 8a52f34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/book-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
# Delete the ref to avoid keeping history.
git update-ref -d refs/heads/gh-pages
rm -rf ${{ github.ref_name }}
mkdir ${{ github.ref_name }}
mv ../book ${{ github.ref_name }}
git add .
git commit -m "Deploy $GITHUB_SHA to gh-pages"
Expand Down

0 comments on commit 8a52f34

Please sign in to comment.