Skip to content

Commit

Permalink
confused and dazed
Browse files Browse the repository at this point in the history
  • Loading branch information
photodow committed May 21, 2021
1 parent ed50b0d commit ec1cf15
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/repo-to-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: photodow/[email protected].2
- uses: photodow/[email protected].3
with:
rootPath: "./samples"
flattenDir: true
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ You can find this script in the [GitHub Action Marketplace](https://github.com/m

```yml
- name: Wiki Helpers
uses: photodow/[email protected].2
uses: photodow/[email protected].3
```
<details>
Expand All @@ -106,7 +106,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: ${{github.repository}}.wiki
- uses: photodow/[email protected].2
- uses: photodow/[email protected].3
with:
rootPath: ./
buildPath: ./
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: photodow/[email protected].2
- uses: photodow/[email protected].3
with:
rootPath: "./samples"
flattenDir: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wiki-helpers",
"version": "1.2.2",
"version": "1.2.3",
"description": "This action offers a number of helpers to help automate some of the laborious tasks across many files within a wiki. For example generating table of contents or backlinking references.",
"main": "./lib/index.js",
"scripts": {
Expand Down

0 comments on commit ec1cf15

Please sign in to comment.