From c1ddb7396e4017dc46133a4f9209f7c4ce979625 Mon Sep 17 00:00:00 2001 From: streetturtle Date: Sun, 23 Jan 2022 13:40:58 -0500 Subject: Update update-site.yml --- .github/workflows/update-site.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') 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 -- cgit v1.2.3