Skip to content

Commit

Permalink
[#227] Sync the latest publish_wiki workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luongvo committed Aug 1, 2023
1 parent 5b50d94 commit 01bd00f
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 28 deletions.
11 changes: 0 additions & 11 deletions .github/wiki/Generating-A-Project.md

This file was deleted.

5 changes: 5 additions & 0 deletions .github/wiki/_Sidebar.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Table of Contents

## Infrastructure

- [[Deployment]]
17 changes: 0 additions & 17 deletions .github/workflows/publish_docs_to_wiki.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/publish_wiki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# For setup instruction, refer to https://github.com/nimblehq/github-actions-workflows/blob/main/.github/workflows/publish_wiki.yml
name: Publish Wiki

on:
push:
paths:
- .github/wiki/**
branches:
- develop
- chore/227-sync-latest-git-template

jobs:
publish_wiki:
name: Publish Wiki
uses: nimblehq/github-actions-workflows/.github/workflows/[email protected]
with:
USER_NAME: github-wiki-workflow
USER_EMAIL: ${{ secrets.GH_EMAIL }}
secrets:
USER_TOKEN: ${{ secrets.GH_TOKEN }}

0 comments on commit 01bd00f

Please sign in to comment.