Skip to content

Commit f241c0c

Browse files
committed
build from build
1 parent c4d57d5 commit f241c0c

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

.github/workflows/website.yaml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -21,33 +21,12 @@ defaults:
2121
shell: bash
2222

2323
jobs:
24-
check_changes:
25-
runs-on:
26-
group: default
27-
outputs:
28-
changes_detected: ${{ steps.filter.outputs.changed }}
29-
30-
steps:
31-
- name: Checkout code
32-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
33-
34-
- name: Filter paths
35-
id: filter
36-
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3
37-
with:
38-
list-files: json
39-
filters: |
40-
changed:
41-
- '**'
42-
43-
4424
release-website:
4525
permissions:
4626
pull-requests: write
4727
name: "${{ github.ref == 'refs/heads/main' && '(Production)' || '(Preview)' }}"
4828
runs-on:
4929
group: default
50-
needs: check_changes
5130
steps:
5231
- name: Checkout
5332
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
@@ -146,7 +125,7 @@ jobs:
146125
branch: ${{ github.ref == 'refs/heads/main' && 'main' || github.head_ref }}
147126
# The project name in Cloudflare
148127
projectName: trueforge-website
149-
directory: .
128+
directory: ./build
150129
wranglerVersion: "3"
151130

152131
- name: Comment deploy url

0 commit comments

Comments
 (0)