Skip to content

Commit

Permalink
Update jekyll-gh-pages.yml (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers authored Sep 30, 2024
1 parent 96895e1 commit 7a98cb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:
- name: Support
uses: actions/checkout@v4
with:
repository: masesgroup/WebSitesSupport
path: WebSitesSupport
repository: masesgroup/CommonTools
path: CommonTools
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Setup IndexNow # Generate files dynamically to prevent them from being leaked in public repositories.
Expand All @@ -47,7 +47,7 @@ jobs:
destination: ./_site
- name: Sitemap lastmod replacer
shell: pwsh
run: ./WebSitesSupport/SitemapLastmodReplacer.ps1 -baseUrl https://kefcore.masesgroup.com -baseFolder ${{ github.workspace }}/docs/ -inSitemapFile ${{ github.workspace }}/_site/sitemap.xml -outSitemapFile ${{ github.workspace }}/sitemap.xml
run: ./CommonTools/scripts/SitemapLastmodReplacer.ps1 -baseUrl https://kefcore.masesgroup.com -baseFolder ${{ github.workspace }}/docs/ -inSitemapFile ${{ github.workspace }}/_site/sitemap.xml -outSitemapFile ${{ github.workspace }}/sitemap.xml
- run: sudo cp ${{ github.workspace }}/sitemap.xml ${{ github.workspace }}/_site/sitemap.xml
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand All @@ -64,4 +64,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4

0 comments on commit 7a98cb4

Please sign in to comment.