-
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
86b250a
commit 27b4c79
Showing
7 changed files
with
395 additions
and
388 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 |
---|---|---|
|
@@ -21,12 +21,12 @@ jobs: | |
- name: Generate documentation | ||
run: bin/daux generate --value html.plausible_domain=daux.io | ||
- name: Deploy same repository 🚀 | ||
uses: JamesIves/[email protected].3 | ||
uses: JamesIves/[email protected].4 | ||
with: | ||
folder: "static" | ||
branch: gh-pages | ||
- name: Deploy daux.io 🚀 | ||
uses: JamesIves/[email protected].3 | ||
uses: JamesIves/[email protected].4 | ||
with: | ||
folder: "static" | ||
token: ${{ secrets.GH_TOKEN_DAUX }} | ||
|
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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
run: bin/daux generate --format=html-file --destination=static-single | ||
|
||
- name: Setup Node.js | ||
uses: actions/[email protected].3 | ||
uses: actions/[email protected].4 | ||
with: | ||
node-version: '20.x' | ||
cache: 'yarn' | ||
|
324 changes: 162 additions & 162 deletions
324
.yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.0.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM composer:2.7.8 AS composer | ||
FROM composer:2.7.9 AS composer | ||
|
||
FROM php:8.3.11 | ||
|
||
|
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
Oops, something went wrong.