Skip to content

Commit

Permalink
[HOTFIX] Fixing github pages 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCN7 committed Dec 12, 2024
1 parent a9102b3 commit 5d6a7fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/merge_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
run: poetry run sphinx-multiversion docs/source docs/compilation

- name: Deploy to GitHub Pages
if: steps.verify-documentation-update.outputs.doc == 'true'
uses: peaceiris/actions-gh-pages@v4
with:
personal_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -98,7 +99,7 @@ jobs:
destination_dir: docs/compilation
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
keep_files: true
keep_files: false
enable_jekyll: true

tests:
Expand Down

0 comments on commit 5d6a7fe

Please sign in to comment.