22 lines
318 B
YAML
22 lines
318 B
YAML
name: Make website accessible
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
|
|
jobs:
|
|
build-kernel:
|
|
runs-on: alpine-latest
|
|
|
|
steps:
|
|
- name: Checkout repository
|
|
uses: actions/checkout@v4
|
|
|
|
|
|
|
|
#Checkout repository
|
|
#Copy HTML to Webserver
|
|
#Initiate W3m Validator tools on new files
|
|
#Move Report to repository
|