Skip to content
Prev Previous commit
Next Next commit
test permissions
  • Loading branch information
rrichaz committed Apr 18, 2022
commit 0a282f9c20c7e0f8d1456e2997fb19e1b4a6d76b
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
build:
name: Build and Deploy Documentation
runs-on: ubuntu-latest
permissions:
contents: 'read'
id-token: 'write'
steps:
- name: Checkout Master
uses: actions/checkout@v3
Expand All @@ -31,6 +34,10 @@ jobs:
python -m pip install --upgrade pip
pip install mkdocs-material

- name: Check
run: |
pwd
ls -la
- name: Deploy
uses: actions/deploy-pages@v1
# with:
Expand Down