1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-08-17 02:41:43 +02:00

Change docs

This commit is contained in:
Anthony Scemama 2020-10-29 01:02:44 +01:00
parent e3754febfc
commit 7e0a0425bc

View File

@ -3,11 +3,11 @@ name: github pages
on:
push:
branches:
- main # Set a branch name to trigger deployment
- main
jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2