diff --git a/.github/workflows/repo-to-wiki.yml b/.github/workflows/repo-to-wiki.yml index 66ff658..fc8992b 100644 --- a/.github/workflows/repo-to-wiki.yml +++ b/.github/workflows/repo-to-wiki.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: photodow/wiki-helpers@1.2.2 + - uses: photodow/wiki-helpers@1.2.3 with: rootPath: "./samples" flattenDir: true diff --git a/README.md b/README.md index 80657c3..d226ca8 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ You can find this script in the [GitHub Action Marketplace](https://github.com/m ```yml - name: Wiki Helpers - uses: photodow/wiki-helpers@1.2.2 + uses: photodow/wiki-helpers@1.2.3 ```
@@ -106,7 +106,7 @@ jobs: - uses: actions/checkout@v2 with: repository: ${{github.repository}}.wiki - - uses: photodow/wiki-helpers@1.2.2 + - uses: photodow/wiki-helpers@1.2.3 with: rootPath: ./ buildPath: ./ @@ -134,7 +134,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: photodow/wiki-helpers@1.2.2 + - uses: photodow/wiki-helpers@1.2.3 with: rootPath: "./samples" flattenDir: true diff --git a/package.json b/package.json index e96c477..0224a62 100644 --- a/package.json +++ b/package.json @@ -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": {