diff --git a/.github/wiki/Home.md b/.github/wiki/Home.md index 2ae7434..5e3c5fd 100644 --- a/.github/wiki/Home.md +++ b/.github/wiki/Home.md @@ -9,3 +9,4 @@ G-Searcher is a Google Web Scraper. You upload a CSV with all the keywords you w - Dedicated API endpoints 🎯 - Advanced filters to search through all your queries 🔎 - Sleek modern dashboard for your data needs 👩‍🏫 +- And much more... diff --git a/.github/workflows/publish_wiki.yml b/.github/workflows/publish_wiki.yml index afdc7d2..1b9486f 100644 --- a/.github/workflows/publish_wiki.yml +++ b/.github/workflows/publish_wiki.yml @@ -20,13 +20,14 @@ jobs: access_token: ${{ github.token }} - name: Checkout the repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} - name: Publish Wiki - uses: nimblehq/publish-github-wiki-action@v0.1.0-alpha-3 - with: - USER_NAME: Terone - USER_EMAIL: 34730459+bterone@users.noreply.github.com - USER_ACCESS_TOKEN: ${{ secrets.GH_TOKEN }} + uses: Andrew-Chen-Wang/github-wiki-action@v3 + env: + WIKI_DIR: .github/wiki + GH_NAME: Terone + GH_MAIL: 34730459+bterone@users.noreply.github.com + GH_TOKEN: ${{ secrets.GH_TOKEN }}