Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jekyll-gh-pages.yml #287

Merged
merged 1 commit into from
Sep 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading