Skip to content

Commit

Permalink
Fix run the deploy command with the main library
Browse files Browse the repository at this point in the history
  • Loading branch information
Tremeschin authored Oct 4, 2024
1 parent b0e777d commit d42d73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
git remote set-url origin "https://github.com/${GITHUB_REPOSITORY}.git"
- name: Build and Deploy
run: rye run mkdocs gh-deploy --force
run: rye run broken website --deploy

0 comments on commit d42d73c

Please sign in to comment.