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 6c7649b commit 7da01fdCopy full SHA for 7da01fd
.github/workflows/build-and-deploy.yaml
@@ -99,6 +99,5 @@ jobs:
99
script: |
100
cd ~/sourcedepth.com
101
docker compose down
102
- docker compose build --pull --no-cache
103
- docker compose up -d
+ docker compose up --pull always -d
104
docker system prune -f
.github/workflows/update-public.yaml
@@ -12,6 +12,7 @@ on:
12
- "public/**"
13
- "mdx/**"
14
- "nginx/nginx.conf"
15
+ - "static/**"
16
release:
17
types: [published]
18
0 commit comments