Skip to content

Merge pull request #200 from WyriHaximus/typos #340

Merge pull request #200 from WyriHaximus/typos

Merge pull request #200 from WyriHaximus/typos #340

Workflow file for this run

name: Continuous Integration
on:
push:
pull_request:
jobs:
generate-blog:
name: Generate Blog
runs-on: ubuntu-latest
container:
image: wyrihaximusnet/php:7.4-nts-alpine3.12-dev-root
steps:
- uses: actions/checkout@v4
- name: Composer Install
run: composer install --ansi --no-progress --no-interaction --prefer-dist -o
- name: Generate Blog
run: vendor/bin/sculpin generate --env=prod
- name: Find It all
run: find output_prod