We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1983346 commit 6703179Copy full SHA for 6703179
1 file changed
.github/workflows/deploy.yml
@@ -3,8 +3,6 @@ name: Deploy David KRK Site
3
on:
4
push:
5
branches: [gh-pages]
6
- pull_request:
7
- branches: [gh-pages]
8
workflow_dispatch:
9
10
permissions:
@@ -36,21 +34,17 @@ jobs:
36
34
run: npm run build
37
35
38
- name: Setup Pages
39
- if: github.event_name == 'push'
40
uses: actions/configure-pages@v4
41
42
- name: Remove node_modules before upload
43
44
run: rm -rf node_modules
45
46
- name: Upload artifact
47
48
uses: actions/upload-pages-artifact@v3
49
with:
50
path: '.'
51
52
deploy:
53
54
55
contents: read
56
pages: write
0 commit comments