From 2a52cc908662708c2cdbb85702af24a90d25e748 Mon Sep 17 00:00:00 2001 From: William Date: Tue, 26 Dec 2023 12:42:59 +0000 Subject: [PATCH] ci: bump github-wiki-action to v4 --- .github/workflows/update_docs.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index abd8be3e..f0aeb54a 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -19,9 +19,6 @@ jobs: - name: 'Checkout for CI 🛎️' uses: actions/checkout@v4 - name: 'Push Docs to Github Wiki 📄️' - uses: Andrew-Chen-Wang/github-wiki-action@v3 - env: - WIKI_DIR: 'docs/' - GH_TOKEN: ${{ github.token }} - GH_MAIL: 'actions@github.com' - GH_NAME: 'github-actions[bot]' \ No newline at end of file + uses: Andrew-Chen-Wang/github-wiki-action@v4 + with: + path: 'docs' \ No newline at end of file