Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
photodow committed Apr 30, 2021
1 parent f19ab4f commit a6e6473
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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/wiki-helpers@v1.6
- uses: photodow/wiki-helpers@v1.7
with:
rootPath: "./samples"
- name: Upload Documentation to Wiki
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ You can find this script in the [GitHub Action Marketplace](https://github.com/m

```yml
- name: Wiki Helpers
uses: photodow/wiki-helpers@v1.5
uses: photodow/wiki-helpers@v1.7
```
<details>
Expand All @@ -103,7 +103,7 @@ jobs:
- uses: actions/checkout@v2
with:
repository: ${{github.repository}}.wiki
- uses: photodow/wiki-helpers@v1.5
- uses: photodow/wiki-helpers@v1.7
with:
rootPath: ./
buildPath: ./
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: photodow/wiki-helpers@v1.5
- uses: photodow/wiki-helpers@v1.7
with:
rootPath: "./samples"
- name: Upload Documentation to Wiki
Expand Down

0 comments on commit a6e6473

Please sign in to comment.