Skip to content

Commit

Permalink
Update deploy-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cudeso authored Jan 21, 2025
1 parent 8cf0d9e commit 56cffda
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,6 @@ jobs:
find -name "*.ipynb" -exec jupyter nbconvert --to html {} \;
find _site -type f -name "*.md" -exec sed -i 's/\.md/\.html/g' {} \;
find _site -type f -name "*.md" -exec sed -i 's/\.ipynb/\.html/g' {} \;
- name: Theme
run: |
echo "remote_theme: pages-themes/[email protected]" > _site/_config.yml
echo "remote_theme: pages-themes/[email protected]" > _config.yml
- name: Deploy to gh-pages branch
uses: peaceiris/actions-gh-pages@v4
Expand All @@ -46,13 +41,3 @@ jobs:
branch: gh-pages
enable_jekyll: true
force_orphan: true # Ensure gh-pages branch only contains docs

#- name: Commit and push updated README
# run: |
# git config user.name "GitHub Actions"
# git config user.email "[email protected]"
# git add --all
# git commit -m "Deploy all files to GitHub Pages"
# git push
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 56cffda

Please sign in to comment.