Update update-site.yml
This commit is contained in:
parent
18b5614e80
commit
c1ddb7396e
|
@ -1,5 +1,7 @@
|
|||
name: update site
|
||||
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -8,4 +10,4 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Rename readme file
|
||||
run: ./screepts/update_site.sh
|
||||
run: ./screepts/update_site.sh
|
||||
|
|
Loading…
Reference in New Issue