aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2024-07-04 11:44:48 -0700
committerFranck Cuny <franck@fcuny.net>2024-07-04 11:44:57 -0700
commitc5f5ada8a8a0beff2f6089f5a92ffb475e54566d (patch)
treebf96385b445522fdade5e572dd56acfaabfe911a
parentbuild(deps): bump DeterminateSystems/update-flake-lock from 22 to 23 (diff)
downloadfcuny.net-c5f5ada8a8a0beff2f6089f5a92ffb475e54566d.tar.gz
fix yaml
-rw-r--r--.github/workflows/page.yml10
-rw-r--r--.github/workflows/update.yml5
2 files changed, 5 insertions, 10 deletions
diff --git a/.github/workflows/page.yml b/.github/workflows/page.yml
index 3694352..84fec1e 100644
--- a/.github/workflows/page.yml
+++ b/.github/workflows/page.yml
@@ -1,22 +1,18 @@
-name: 'Deploy to Pages'
-
+name: "Deploy to Pages"
on:
push:
branches: ["main"]
paths-ignore:
- - '.github/**'
- - 'README.md'
+ - ".github/**"
+ - "README.md"
workflow_dispatch:
-
permissions:
contents: read
pages: write
id-token: write
-
concurrency:
group: "pages"
cancel-in-progress: true
-
jobs:
build:
runs-on: ubuntu-latest
diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml
index 69d3980..af05bdf 100644
--- a/.github/workflows/update.yml
+++ b/.github/workflows/update.yml
@@ -1,9 +1,8 @@
-name: 'Update flake.lock'
+name: "Update flake.lock"
on:
workflow_dispatch:
schedule:
- - cron: '30 5 * * 0'
-
+ - cron: "30 5 * * 0"
# you need to grant permissions to create PR:
# https://github.com/DeterminateSystems/update-flake-lock/issues/75
jobs: