diff --git a/.github/workflows/pages.yaml b/.github/workflows/pages.yaml index 7a15076a5..d04a217be 100644 --- a/.github/workflows/pages.yaml +++ b/.github/workflows/pages.yaml @@ -8,7 +8,6 @@ on: permissions: contents: read - pages: write id-token: write # Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued. @@ -49,5 +48,3 @@ jobs: uses: zauguin/custom-pages@trunk with: server: https://deploy.latex-project.org - - name: Deploy to GitHub Pages - uses: actions/deploy-pages@v4 diff --git a/_config.yml b/_config.yml index 628e86697..16197e452 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,6 @@ title: LaTeX Tagging Project +baseurl: "" +url: "https://tagging-project.latex-project.org/" exclude: - project-examples