Skip to content

Commit 5bad91e

Browse files
committed
Merge branch 'main' of https://github.com/fshostme/docs
2 parents 7bdce97 + 27c87dd commit 5bad91e

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

.github/workflows/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Deploy to GitHub Pages
22

3-
on:
3+
on:
44
push:
55
branches: ["master", "main"]
6+
7+
permissions:
8+
checks: write
9+
contents: write
610
# Review gh actions docs if you want to further define triggers, paths, etc
711
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
812

0 commit comments

Comments
 (0)