From c54dedbace08739231147d6cf545a31b382781d3 Mon Sep 17 00:00:00 2001 From: MASES Public Developers Team <94312179+masesdevelopers@users.noreply.github.com> Date: Mon, 30 Sep 2024 18:32:38 +0200 Subject: [PATCH] Update jekyll-gh-pages.yml --- .github/workflows/jekyll-gh-pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index 75e8e57..d73abea 100644 --- a/.github/workflows/jekyll-gh-pages.yml +++ b/.github/workflows/jekyll-gh-pages.yml @@ -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. @@ -47,7 +47,7 @@ jobs: destination: ./_site - name: Sitemap lastmod replacer shell: pwsh - run: ./WebSitesSupport/SitemapLastmodReplacer.ps1 -baseUrl https://ddm.masesgroup.com -baseFolder ${{ github.workspace }}/docs/ -inSitemapFile ${{ github.workspace }}/_site/sitemap.xml -outSitemapFile ${{ github.workspace }}/sitemap.xml + run: ./CommonTools/scripts/SitemapLastmodReplacer.ps1 -baseUrl https://ddm.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 @@ -64,4 +64,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v4