Skip to content

Commit

Permalink
updates docs name
Browse files Browse the repository at this point in the history
  • Loading branch information
saxix committed Oct 16, 2024
1 parent 134ab5e commit 49d681b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ jobs:
- uses: yezz123/setup-uv@v4
- name: Run tests
run: |
apt-get update
apt-get install python3-dev
sudo apt-get update
sudo apt-get install python3-dev
uv sync --frozen
uv run pytest tests/
- name: Upload coverage to Codecov
Expand Down
8 changes: 4 additions & 4 deletions docker/conf/uwsgi.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[uwsgi]
http=0.0.0.0:8000
http=:8000
;enable-threads=0
;honour-range=1
;master=1
Expand All @@ -10,14 +10,14 @@ module=country_workspace.config.wsgi
;virtualenv=%(_)
;venv=%(_)
;chdir=code/
uid = user
gid = app
;uid = user
;gid = app
;username = user
;gropuname = app
;offload-threads=%k
;static-gzip-all=true
;route = /static/(.*) static:$(STATIC_ROOT)/$1
;http-keepalive = 1
;collect-header=Content-Type RESPONSE_CONTENT_TYPE
mimefile=/conf/mime.types
;mimefile=/conf/mime.types
;honour-stdin = true
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ repo_url: https://github.com/unicef/hope-country-workspace
site_author: HOPE Team
site_description: ""
site_dir: ./~build/docs
site_name: Django Country Workspace
site_name: HOPE Country Workspace
site_url: https://unicef.github.io/unicef/hope-country-workspace/
strict: false

Expand Down

0 comments on commit 49d681b

Please sign in to comment.