All checks were successful
404 page build / page-build (push) Successful in 17s
15 lines
277 B
YAML
15 lines
277 B
YAML
name: 404 page build test
|
|
|
|
on:
|
|
push:
|
|
branches-ignore:
|
|
- develop
|
|
|
|
jobs:
|
|
test-page-build:
|
|
runs-on: ubuntu-22.04
|
|
concurrency:
|
|
group: ${{ github.workflow }}-${{ github.ref }}
|
|
steps:
|
|
- name: Checkout repository
|
|
uses: actions/checkout@v4 |