diff --git a/.gitea/workflows/test-on-push.yml b/.gitea/workflows/test-on-push.yml new file mode 100644 index 0000000..e4db26d --- /dev/null +++ b/.gitea/workflows/test-on-push.yml @@ -0,0 +1,21 @@ +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