-
Notifications
You must be signed in to change notification settings - Fork 196
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
faf726e
commit f691ed4
Showing
7 changed files
with
259 additions
and
259 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
with: | ||
persist-credentials: false | ||
- name: Setup PHP | ||
uses: shivammathur/[email protected].0 | ||
uses: shivammathur/[email protected].4 | ||
with: | ||
php-version: 8.1 | ||
extensions: mbstring, dom, intl, iconv | ||
|
@@ -21,12 +21,12 @@ jobs: | |
- name: Generate documentation | ||
run: bin/daux generate --value html.plausible_domain=daux.io | ||
- name: Deploy same repository 🚀 | ||
uses: JamesIves/github-pages-deploy-action@v4.5.0 | ||
uses: JamesIves/github-pages-deploy-action@v4.6.0 | ||
with: | ||
folder: "static" | ||
branch: gh-pages | ||
- name: Deploy daux.io 🚀 | ||
uses: JamesIves/github-pages-deploy-action@v4.5.0 | ||
uses: JamesIves/github-pages-deploy-action@v4.6.0 | ||
with: | ||
folder: "static" | ||
token: ${{ secrets.GH_TOKEN_DAUX }} | ||
|
@@ -40,7 +40,7 @@ jobs: | |
with: | ||
persist-credentials: false | ||
- name: Setup PHP | ||
uses: shivammathur/[email protected].0 | ||
uses: shivammathur/[email protected].4 | ||
with: | ||
php-version: 8.1 | ||
extensions: mbstring, dom, intl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- name: Setup PHP | ||
uses: shivammathur/[email protected].0 | ||
uses: shivammathur/[email protected].4 | ||
with: | ||
php-version: ${{ matrix.php-versions }} | ||
extensions: mbstring, dom, intl, iconv | ||
|
@@ -57,7 +57,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
- name: Setup PHP | ||
uses: shivammathur/[email protected].0 | ||
uses: shivammathur/[email protected].4 | ||
with: | ||
php-version: '8.1' | ||
extensions: mbstring, dom, intl, iconv | ||
|
@@ -96,7 +96,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- name: Setup PHP | ||
uses: shivammathur/[email protected].0 | ||
uses: shivammathur/[email protected].4 | ||
with: | ||
php-version: 8.1 | ||
extensions: mbstring, dom, intl, iconv | ||
|
324 changes: 162 additions & 162 deletions
324
.yarn/releases/yarn-4.1.0.cjs → .yarn/releases/yarn-4.1.1.cjs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
"version": "0.3.0", | ||
"private": true, | ||
"devDependencies": { | ||
"@biomejs/biome": "1.5.3", | ||
"@swc/core": "1.4.2", | ||
"@biomejs/biome": "1.7.2", | ||
"@swc/core": "1.4.17", | ||
"@swissquote/crafty": "1.25.0", | ||
"@swissquote/crafty-preset-postcss": "1.25.0", | ||
"@swissquote/crafty-runner-gulp": "1.25.0", | ||
|
@@ -27,5 +27,5 @@ | |
"lint:js": "yarn lint:js:format && yarn lint:js:check", | ||
"lint:css": "crafty cssLint --fix --preset recommended themes/daux_singlepage/scss/*.scss themes/daux/scss/*.scss" | ||
}, | ||
"packageManager": "[email protected].0" | ||
"packageManager": "[email protected].1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters