Skip to content

Commit

Permalink
CLDR-17803 docs/site: try to fix perm problem
Browse files Browse the repository at this point in the history
  • Loading branch information
srl295 committed Aug 27, 2024
1 parent 09e8b0c commit 7767be4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ on:
tags:
- "release-*"
# Only run if docs change.
# paths:
# - "tools/scripts/tr-archive/**"
# - "docs/**"
# - '.github/workflows/gh-pages.yml'
paths:
- "tools/scripts/tr-archive/**"
- "docs/**"
- '.github/workflows/gh-pages.yml'
jobs:
cloudflare:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/web/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
ports:
- 4000:4000
volumes:
- ../../../../docs/site:/src
- ../../../../docs/site:/src:rw
- ./_site/:/_site:rw
environment:
- PAGES_REPO_NWO=unicode-org/cldr

0 comments on commit 7767be4

Please sign in to comment.