From 40fdb95182ebe6b9e7646d108c61fd10241072a8 Mon Sep 17 00:00:00 2001 From: Roberto Arocha Date: Tue, 16 Jan 2024 18:56:50 +0100 Subject: [PATCH] Update gh-pages.yml --- .github/workflows/gh-pages.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1da6eb6..57a945e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -4,6 +4,8 @@ on: # Runs on pushes targeting the default branch push: branches: [main] + paths: + - 'docs/**' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: @@ -82,4 +84,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 \ No newline at end of file + uses: actions/deploy-pages@v1