diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index d5cef68..e95b992 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -6,7 +6,7 @@ on: - main paths: - '.github/workflows/deploy-website.yml' - - './website/**' + - 'website/**' permissions: contents: write