Skip to content

Commit 352e794

Browse files
committed
ignored website paths for go build when website links change, and added gh pages deployment when websites change
1 parent 172d463 commit 352e794

File tree

116 files changed

+7
-37853
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+7
-37853
lines changed

.github/workflows/gh-pages.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- master
7+
paths:
8+
- 'website/**'
9+
710

811
jobs:
912
deploy:

.github/workflows/go.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ name: Go
33
on:
44
push:
55
branches: [ master, develop ]
6+
paths-ignore:
7+
- 'website/**'
68
pull_request:
79
branches: [ master, develop ]
10+
paths-ignore:
11+
- 'website/**'
812

913
jobs:
1014

docs/404.html

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)