diff --git a/.github/workflows/jekyll-gh-pages.yml b/.github/workflows/jekyll-gh-pages.yml index d972c4ca9..704380d08 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://knet.masesgroup.com -baseFolder ${{ github.workspace }}/docs/ -inSitemapFile ${{ github.workspace }}/_site/sitemap.xml -outSitemapFile ${{ github.workspace }}/sitemap.xml + run: ./CommonTools/scripts/SitemapLastmodReplacer.ps1 -baseUrl https://knet.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