Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cicirello committed Aug 10, 2020
1 parent 68903e6 commit 9f620f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
fetch-depth: 0
- name: Generate the sitemap
id: sitemap
uses: cicirello/generate-sitemap@v1.0.0
uses: cicirello/generate-sitemap@v1.1.0
with:
base-url-path: https://THE.URL.TO.YOUR.PAGE/
- name: Output stats
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
fetch-depth: 0
- name: Generate the sitemap
id: sitemap
uses: cicirello/generate-sitemap@v1.0.0
uses: cicirello/generate-sitemap@v1.1.0
with:
base-url-path: https://THE.URL.TO.YOUR.PAGE/
path-to-root: docs
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
fetch-depth: 0
- name: Generate the sitemap
id: sitemap
uses: cicirello/generate-sitemap@v1.0.0
uses: cicirello/generate-sitemap@v1.1.0
with:
base-url-path: https://THE.URL.TO.YOUR.PAGE/
- name: Create Pull Request
Expand Down

0 comments on commit 9f620f4

Please sign in to comment.