Skip to content

Commit

Permalink
fix port in readme and ci change
Browse files Browse the repository at this point in the history
makeevrserg committed Sep 17, 2024
1 parent f0d3794 commit dfddfb4
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,7 @@ jobs:
mkdocs.yml
deploy:
needs: [ check_gradle_files_change ]
if: ${{ needs.check_gradle_files_change.DOCS_FILES_CHANGED }} == true
if: needs.check_gradle_files_change.outputs.GRADLE_FILES_CHANGED == 'true'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -34,4 +34,4 @@ Run docker compose
docker compose up
```

Open in browser `http://0.0.0.0:80000`
Open in browser `http://0.0.0.0:8000`

0 comments on commit dfddfb4

Please sign in to comment.