Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
nkhanh44 committed Apr 25, 2024
1 parent 7f19920 commit 9fa130d
Show file tree
Hide file tree
Showing 2 changed files with 33,055 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .github/workflows/publish_docs_to_wiki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
name: Publish Github Wiki

on:
pull_request:
types: [ opened, synchronize, edited, reopened ]
push:
paths:
- .github/wiki/**
branches:
- main
- chore/sc-57550-setup-wiki
workflow_dispatch:

jobs:
publish:
name: Publish Github Wiki

runs-on: ubuntu-latest

steps:
- name: Checkout the repository
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: Publish Github Wiki
uses: nimblehq/publish-github-wiki-action@v1.0
with:
user_name: team-nimblehq
user_email: bot@nimblehq.co
user_access_token: ${{ secrets.GH_BOT_PAT }}
Loading

0 comments on commit 9fa130d

Please sign in to comment.