From d42d73cc17000b932fd4dc77f327bd4c4a6dd83f Mon Sep 17 00:00:00 2001 From: Gabriel Tremeschin <29046864+Tremeschin@users.noreply.github.com> Date: Thu, 3 Oct 2024 20:45:19 -0400 Subject: [PATCH] Fix run the deploy command with the main library --- .github/workflows/deploy-website.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-website.yaml b/.github/workflows/deploy-website.yaml index 1cd7060e..36ae1d71 100644 --- a/.github/workflows/deploy-website.yaml +++ b/.github/workflows/deploy-website.yaml @@ -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