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