Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/photodow/wiki-helpers into …
Browse files Browse the repository at this point in the history
…main
  • Loading branch information
photodow committed Apr 30, 2021
2 parents 2da35c1 + 833d83a commit 811b8da
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 21 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/repo-to-wiki.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Repo to wiki
on:
workflow_dispatch:
push:
branches:
- main

jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: photodow/[email protected]
with:
rootPath: "./samples"
- name: Upload Documentation to Wiki
uses: SwiftDocOrg/github-wiki-publish-action@v1
with:
path: "./build"
env:
GH_PERSONAL_ACCESS_TOKEN: ${{ secrets.WIKI_HELPER }}
20 changes: 0 additions & 20 deletions .github/workflows/wiki-watch.yml

This file was deleted.

2 changes: 1 addition & 1 deletion samples/_Sidebar.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- categories start --><!-- categories end -->
<!-- categories start open="false" --><!-- categories end -->

<details>
<summary><strong>Storybook</strong></summary>
Expand Down

0 comments on commit 811b8da

Please sign in to comment.