From 18b5614e80bd9485669e58748328e14c47447abf Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sun, 23 Jan 2022 13:37:07 -0500 Subject: Test new gh-action --- .github/workflows/update-site.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/update-site.yml (limited to '.github') diff --git a/.github/workflows/update-site.yml b/.github/workflows/update-site.yml new file mode 100644 index 0000000..4dee086 --- /dev/null +++ b/.github/workflows/update-site.yml @@ -0,0 +1,11 @@ +name: update site + +jobs: + build: + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: Rename readme file + run: ./screepts/update_site.sh \ No newline at end of file -- cgit v1.2.3