From 05ef40aa94b4c7a5fa9ed28c7dd65c6683341e09 Mon Sep 17 00:00:00 2001 From: Daniel Lovell Date: Wed, 2 Oct 2024 01:41:09 -0700 Subject: [PATCH] Force fresh docs page --- .github/workflows/docs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index cbc57ea..a2b1edf 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -41,7 +41,7 @@ jobs: uses: peaceiris/actions-gh-pages@v4 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./docs/.vuepress/dist + publish_dir: ./docs/.vitepress/dist allow_empty_commit: true - keep_files: true - force_orphan: false \ No newline at end of file + keep_files: false + force_orphan: true \ No newline at end of file