We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0f6a9 commit 25f5423Copy full SHA for 25f5423
.github/workflows/deploy.yaml
@@ -32,24 +32,16 @@ jobs:
32
33
- run: npm ci
34
name: Install
35
-
36
- - run: |
37
- mkdir ./public
38
- cp ./CNAME ./public/CNAME
39
+
40
- run: npm run build
41
name: Build
42
43
- - run: echo ./public/CNAME
44
45
- name: Upload gatsby artifact
46
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
47
with:
48
name: gatsby-build
49
path: ./public
50
51
52
53
deploy:
54
runs-on: ubuntu-latest
55
needs: build
0 commit comments