summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-site.yml11
1 files changed, 11 insertions, 0 deletions
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