Skip to content

Commit

Permalink
Updates deps and content.
Browse files Browse the repository at this point in the history
  • Loading branch information
medienlampe committed Jan 24, 2025
1 parent e9a9f05 commit a3661c6
Show file tree
Hide file tree
Showing 12 changed files with 6,161 additions and 9,310 deletions.
6 changes: 3 additions & 3 deletions .eleventy.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const eleventySass = require("eleventy-sass");
import eleventySass from "eleventy-sass";
import UpgradeHelper from "@11ty/eleventy-upgrade-help";


module.exports = function(eleventyConfig) {
export default function(eleventyConfig) {
eleventyConfig.addPlugin(eleventySass, {
compileOptions: {
permalink: function(contents, inputPath) {
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
- name: Install Node.js
uses: actions/setup-node@v1
with:
node-version: '16.x'
node-version: '22.x'
- name: Install npm dependencies
run: npm ci
- name: Run cache update task
run: npm run cache-update --if-present
- name: Run build task
run: npm run build --if-present
- name: FTP-Deploy-Action
uses: SamKirkland/[email protected].2
uses: SamKirkland/[email protected].5
with:
server: ${{ secrets.FTP_SERVER }}
username: ${{ secrets.FTP_USER }}
Expand Down
Loading

0 comments on commit a3661c6

Please sign in to comment.