Skip to content

Commit adac77c

Browse files
authored
Update GitHub Actions workflow for site deployment
Removed path restriction for site directory in workflow. Signed-off-by: Lee Calcote <leecalcote@gmail.com>
1 parent 301db5c commit adac77c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build-and-deploy-site.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ name: Build and Deploy Site
33
on:
44
push:
55
branches: [ master ]
6-
paths:
7-
- 'site/**'
86
workflow_dispatch:
97
permissions:
108
contents: write
@@ -16,7 +14,6 @@ jobs:
1614
- name: Checkout 🛎️
1715
uses: actions/checkout@v6
1816
- name: Install and Build 🔧
19-
working-directory: site
2017
run: |
2118
make setup
2219
make build

0 commit comments

Comments
 (0)