Skip to content
Snippets Groups Projects
Commit c68d4ea8 authored by Laurent Knoll's avatar Laurent Knoll
Browse files

CI/CD

parent fa65609b
Branches
No related tags found
No related merge requests found
......@@ -5,9 +5,26 @@ on:
branches: [master]
pull_request:
branches: [master]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
contents: read
pages: write
id-token: write
# Allow one concurrent deployment
concurrency:
group: "pages"
cancel-in-progress: true
jobs:
build:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
strategy:
matrix:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment