-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce PostCache, phpunit tests and with extracted ssg-system-php …
…library (#8) * init * Update composer.json * Use atas-ssg-system-php library * Update composer.json * Update composer.lock * Update build-deploy.yml * Update composer.json
- Loading branch information
Showing
13 changed files
with
1,846 additions
and
445 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,7 +21,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
|
||
container: | ||
image: ghcr.io/atas/ssg-builder:202310141934 | ||
image: ghcr.io/atas/ssg-builder:202310152231 | ||
|
||
steps: | ||
- name: Checkout repository | ||
|
@@ -42,7 +42,7 @@ jobs: | |
# Install Composer dependencies | ||
- name: Install dependencies | ||
run: composer install --prefer-dist --no-progress | ||
run: composer install --prefer-dist --no-progress --no-dev | ||
|
||
- name: Run Ata's SSG HTML Builder | ||
uses: atas/[email protected] | ||
|
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.