Skip to content

Commit

Permalink
(#11) - Update the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
braboj committed Aug 11, 2024
1 parent 4445e75 commit cfb3bb4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/backlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
- Check how to change project and app names in Django without breaking the project
- Check complex multi-container Django solutions and how to manage them
- Check the browsable API from the Django rest framework
- Add the models to the solution and check the Django admin
- Add the models to the solution and check the Django admin
- Check the deprecated warnings for the github actions
12 changes: 11 additions & 1 deletion docs/solution.md
Original file line number Diff line number Diff line change
Expand Up @@ -603,10 +603,20 @@ Docker image to Docker Hub on every release.

## 9.1. Objectives

- [ ] Pipeline to build the documentation and deploy it to GitHub Pages
- [x] Pipeline to build the documentation and deploy it to GitHub Pages
- [ ] Pipeline to run the tests on every push to the main branch
- [ ] Pipeline to build and push the Docker image to Docker Hub

## 9.2. Create the GitHub Actions to publish the documentation

Create a new GitHub Actions workflow file in the `.github/workflows` directory.
See the file [./.github/workflows/deploy_pages.yml](../.github/workflows/deploy_pages.yml).

## 9.3. Create the GitHub Actions to run the tests

Create a new GitHub Actions workflow file in the `.github/workflows` directory.
See the file [./.github/workflows/run_tests.yml](../.github/workflows/run_tests.yml).


## . Review

Expand Down

0 comments on commit cfb3bb4

Please sign in to comment.