Skip to content

Commit

Permalink
Merge branch 'migration-taskforce' of https://github.com/kaestro/kaes…
Browse files Browse the repository at this point in the history
…tro.github.io into migration-taskforce
  • Loading branch information
kaestro committed Sep 15, 2024
2 parents 6613274 + fa547cf commit 037f010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/nextjs-deploy.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Deploy Next.js to GitHub Pages

on:
Expand All @@ -13,12 +14,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: '14'
node-version: '18.17.0'
- run: npm install
- run: npm run build
- run: npm run export
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out
5 changes: 0 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,8 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- id: check-xml
- id: check-yaml
- id: detect-private-key
- id: fix-byte-order-marker
- repo: https://github.com/adrienverge/yamllint
rev: v1.35.1
hooks:
- id: yamllint

ci:
autoupdate_schedule: monthly

0 comments on commit 037f010

Please sign in to comment.