Skip to content

Commit

Permalink
Merge pull request #145 from gisaia/fix/release
Browse files Browse the repository at this point in the history
fix release: no doc build
  • Loading branch information
sylvaingaudan authored Dec 19, 2024
2 parents 330ef14 + e6106d2 commit 1afa1ce
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 1afa1ce

Please sign in to comment.