Skip to content

Commit 5e65e2e

Browse files
committed
feat: try setup nf auth with docs
1 parent 30075a4 commit 5e65e2e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- "values.yaml"
79
workflow_dispatch:
810

911
env:

values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ imagePullSecret: nanoforge-docker-token
77
routes:
88
- port: 3000
99
match: Host(`docs.nanoforge.eu`)
10-
# middlewares:
11-
# - name: "404"
10+
middlewares:
11+
- name: "nf-auth"

0 commit comments

Comments
 (0)