Skip to content

Commit

Permalink
fix release: no doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvaingaudan committed Dec 19, 2024
1 parent 330ef14 commit e6106d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@ conf/apisix/apisix.generated.tmp.yaml
sample/dashboard.generated.json
tmp/
docker-compose.env
target
4 changes: 0 additions & 4 deletions scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ VERSION=$1
# Generate the md documentation
./mkDocs.sh

# Publish documentation
pip3.10 install mkdocs-material termynal
mkdocs gh-deploy -f docs/mkdocs.yml

# Tag the version
git add docs/docs/dc_services/docker_compose_services_*.md
git commit -m "Update docker compose services documentation"
Expand Down

0 comments on commit e6106d2

Please sign in to comment.