Skip to content

Commit

Permalink
build(deps): màj deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ocruze committed Jul 18, 2024
1 parent 5436405 commit 47a55e6
Show file tree
Hide file tree
Showing 5 changed files with 807 additions and 292 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ name: Build & Deploy Eleventy with GitHub Pages dependencies preinstalled
on:
# Runs on pushes targeting the default branch
push:
branches-ignore:
- "dependabot/**"
- "renovate/**"
pull_request:

# Allows you to run this workflow manually from the Actions tab
Expand All @@ -14,7 +17,7 @@ permissions:
contents: read
pages: write
id-token: write

jobs:
build:
name: Generate a static build
Expand Down Expand Up @@ -47,9 +50,9 @@ jobs:
needs: build
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.
# However, do NOT cancel in-progress runs as we want to allow these production deployments to complete.
concurrency:
concurrency:
group: "pages"
cancel-in-progress: false
cancel-in-progress: false
steps:
- name: Deploy to GitHub Pages
id: deployment
Expand Down
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# . "$(dirname "$0")/_/husky.sh"

npx lint-staged
npx lint-staged
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["ginfuru.better-nunjucks", "monosans.djlint"]
"recommendations": ["ginfuru.better-nunjucks"]
}
Loading

0 comments on commit 47a55e6

Please sign in to comment.