Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
title: LaTeX Tagging Project
baseurl: ""
url: "https://tagging-project.latex-project.org/"

exclude:
- project-examples
Expand Down