diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 07e1ad0..b028088 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -7,10 +7,10 @@ on: # Triggers the workflow on push or pull request events but only for the "master" branch push: paths: - - '/src/docs/**' + - './src/docs/**' pull_request: paths: - - '/src/docs/**' + - './src/docs/**' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: