Skip to content

Commit 282e490

Browse files
committed
updates CI docs workflow
1 parent a479aa8 commit 282e490

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
token: ${{ github.token }}
5252
filters: .github/file-filters.yml
5353
generate:
54-
name: Generate
54+
name: generate
5555
if: needs.changes.outputs.docs == 'true'
5656
needs: changes
5757
runs-on: ubuntu-latest
@@ -74,7 +74,7 @@ jobs:
7474
# Deployment job
7575
deploy:
7676
needs: generate
77-
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
77+
# if: github.event_name == 'push' && github.ref == 'refs/heads/main'
7878
environment:
7979
name: github-pages
8080
url: ${{ steps.deployment.outputs.page_url }}

docs/src/docker.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project provides a Dockerfile to build and run the application in a contain
66

77
To build the image, you can use the `make build` command from the `docker` folder. This will build the image with the name `unicef/hope-beneficiary-portal:local`.
88

9-
```shell
9+
``` shell
1010
cd docker
1111
make build
1212
```
@@ -15,7 +15,7 @@ make build
1515

1616
To run the image, you can use the `make run` command from the `docker` folder. This will run the image and expose the port 8000.
1717

18-
```shell
18+
``` shell
1919
cd docker
2020
make run
2121
```
@@ -24,7 +24,7 @@ make run
2424

2525
To check the image, you can use the `make check` command from the `docker` folder. This will run the `check.sh` script inside the container.
2626

27-
```shell
27+
``` shell
2828
cd docker
2929
make check
3030
```
@@ -33,7 +33,7 @@ make check
3333

3434
To get a shell inside the container, you can use the `make shell` command from the `docker` folder.
3535

36-
```shell
36+
``` shell
3737
cd docker
3838
make shell
3939
```

0 commit comments

Comments
 (0)