fix: GitHub Pages workflow configuration

This commit is contained in:
ajaysi
2025-09-24 17:45:05 +05:30
parent 5573e11f6d
commit 35175328bb

View File

@@ -12,6 +12,7 @@ permissions:
contents: read
pages: write
id-token: write
actions: read
concurrency:
group: "pages"
@@ -38,6 +39,8 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
with:
enablement: true
- name: Build documentation
run: |
@@ -60,3 +63,5 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}