Skip to content

Commit

Permalink
fixing deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
HYP3R00T committed May 9, 2024
1 parent 9ac7d0d commit 755ca40
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/mkdocs_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,6 @@ jobs:
- name: Build and deploy
run: |
poetry run mkdocs build --verbose
- name: Deploy to GitHub Pages
run: |
git config --global user.email "[email protected]"
git config --global user.name "GitHub Actions"
git add .
git commit -m "Deploy MkDocs to GitHub Pages"
git branch -M gh-pages
git push origin gh-pages --force
poetry run mkdocs gh-deploy --verbose --force
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 755ca40

Please sign in to comment.