Skip to content

Commit

Permalink
Test publish
Browse files Browse the repository at this point in the history
  • Loading branch information
bterone committed Jun 15, 2022
1 parent 2a2c598 commit 5433683
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/wiki/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -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...
13 changes: 7 additions & 6 deletions .github/workflows/publish_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
USER_NAME: Terone
USER_EMAIL: [email protected]
USER_ACCESS_TOKEN: ${{ secrets.GH_TOKEN }}
uses: Andrew-Chen-Wang/github-wiki-action@v3
env:
WIKI_DIR: .github/wiki
GH_NAME: Terone
GH_MAIL: [email protected]
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 5433683

Please sign in to comment.