home
PJ568 1 year ago
parent 4bc81da08c
commit f3469daa0c

@ -14,7 +14,7 @@ jobs:
pull-requests: write # To create a PR from that branch pull-requests: write # To create a PR from that branch
steps: steps:
# Check # Check
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
ref: home ref: home
submodules: recursive submodules: recursive
@ -27,7 +27,7 @@ jobs:
ls /home/runner/temp/ ls /home/runner/temp/
# Run merge home and gh-pages # Run merge home and gh-pages
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
ref: gh-pages ref: gh-pages
- run: | - run: |
@ -78,7 +78,7 @@ jobs:
- name: Generate the sitemap - name: Generate the sitemap
id: sitemap id: sitemap
uses: cicirello/generate-sitemap@v1 uses: cicirello/generate-sitemap@v1.9.2
with: with:
base-url-path: https://Calc.pj568.eu.org/ base-url-path: https://Calc.pj568.eu.org/

Loading…
Cancel
Save