Create update-website.yml

This commit is contained in:
Korbs 2022-04-30 14:09:57 -04:00 committed by GitHub
parent 4fc38fa41e
commit 7f32d0ac19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
.github/workflows/update-website.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Update Website
on:
push:
branches: [ main ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run a one-line script
run: echo Hello, world!