Fix an issue with github pages deployment pt2

This commit is contained in:
Your Name 2025-06-09 08:13:16 +03:00
parent f6a2fb8783
commit 4fb53bf80b

View file

@ -5,9 +5,23 @@ on:
branches:
- main
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow only one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
deploy:
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
steps:
- name: Checkout
uses: actions/checkout@v4