Skip to content

Commit

Permalink
ci: OpenAPI hostname now being added correctly (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Sep 1, 2023
1 parent f9add3d commit a1650b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-from-zeta-node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
mkdir -p static/data
rm -rf static/data/openapi.swagger.yaml
cp -r node/docs/openapi/openapi.swagger.yaml static/data/
echo "\nhost: zetachain-athens.blockpi.network/lcd/v1/public" >> static/data/openapi.swagger.yaml
echo -e "\nhost: zetachain-athens.blockpi.network/lcd/v1/public" >> static/data/openapi.swagger.yaml
rm -rf node
- name: Check for changes
Expand Down

0 comments on commit a1650b3

Please sign in to comment.