Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce PostCache, phpunit tests and with extracted ssg-system-php library #8

Merged
merged 7 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading