Skip to content

Commit ec56cd7

Browse files
committed
Merge branch 'master' of github.com:raphbag/webtrain
2 parents 0c061da + b4413da commit ec56cd7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ name: Deploy to GitHub Pages
33
on:
44
push:
55
branches:
6-
- main # Or your default branch
6+
- master # Or your default branch
77

88
jobs:
99
build-and-deploy:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: write
1113
steps:
1214
- name: Check out repo
1315
uses: actions/checkout@v3

0 commit comments

Comments
 (0)