Skip to content

Commit

Permalink
try our own documetnation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
km127pl committed Aug 13, 2023
1 parent f103060 commit 0280d69
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [main]

jobs:
package-and-upload:
generate-docs:
name: Build and upload
runs-on: ubuntu-latest

Expand All @@ -27,12 +27,9 @@ jobs:
run: npm run docs

- name: Sync to Github Wiki
uses: joeizzard/action-wiki-sync@master
uses: arciera/github-wiki-sync@main

with:
username: ${{ secrets.GITHUB_ACTOR }}
access_token: ${{ secrets.GITHUB_TOKEN }}
wiki_folder: docs
commit_username: ${{ secrets.GITHUB_ACTOR }}
commit_email: ${{ secrets.GITHUB_ACTOR }}@users.noreply.github.com
commit_message: "Synced wiki from main branch"
build_script: docs
docs_folder: docs
message: "chore: update documentation"

0 comments on commit 0280d69

Please sign in to comment.