Skip to content

Commit

Permalink
Introduce PostCache, phpunit tests and with extracted ssg-system-php …
Browse files Browse the repository at this point in the history
…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
atas authored Oct 16, 2023
1 parent a772591 commit 95f2e96
Show file tree
Hide file tree
Showing 13 changed files with 1,846 additions and 445 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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]
Expand Down
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@
"type": "project",
"autoload": {
"psr-4": {
"atas-ssg\\github.com\\": ""
}
},
"require": {
"league/commonmark": "^2.4",
"symfony/yaml": "^5.4",
"ext-json": "*"
"atas/ssg-system-php": "1.0"
},
"config": {
"platform": {
"php": "7.4.0"
"php": "8.2.0"
}
}
}
Loading

0 comments on commit 95f2e96

Please sign in to comment.