diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2022-01-23 13:40:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 13:40:58 -0500 |
commit | c1ddb7396e4017dc46133a4f9209f7c4ce979625 (patch) | |
tree | c8ca6d4e4e566d217c23354ad305265bd4777be4 | |
parent | 18b5614e80bd9485669e58748328e14c47447abf (diff) |
Update update-site.yml
-rw-r--r-- | .github/workflows/update-site.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/update-site.yml b/.github/workflows/update-site.yml index 4dee086..6e7e4f6 100644 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/update-site.yml @@ -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
\ No newline at end of file + run: ./screepts/update_site.sh |