diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2022-01-23 13:45:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-23 13:45:17 -0500 |
commit | 9dbb8b649d13ada7adf696b44fff98f946447c5a (patch) | |
tree | 238011d71293639e4ceb3d58fb7ab142f124a762 | |
parent | c1ddb7396e4017dc46133a4f9209f7c4ce979625 (diff) |
Update update-site.yml
-rw-r--r-- | .github/workflows/update-site.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-site.yml b/.github/workflows/update-site.yml index 6e7e4f6..4cee720 100644 --- a/.github/workflows/update-site.yml +++ b/.github/workflows/update-site.yml @@ -10,4 +10,4 @@ jobs: - uses: actions/checkout@v2 - name: Rename readme file - run: ./screepts/update_site.sh + run: ./scripts/update_site.sh |