Skip to content

Commit

Permalink
Merge branch 'main' into feat-wallets-registrations-voting-power-NPG-…
Browse files Browse the repository at this point in the history
…5768
  • Loading branch information
Mr-Leshiy authored Aug 9, 2023
2 parents fa201a1 + 16df7e6 commit 8ef5655
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ jobs:
echo "GIT_BRANCH=$GIT_BRANCH" >> $GITHUB_ENV
echo "PGHOST=postgres" >> $GITHUB_ENV
echo "PGPASSWORD=postgres" >> $GITHUB_ENV
# Try and free space for the runner
rm -rf /opt/hostedtoolcache
- name: Build Docs
uses: docker://ghcr.io/input-output-hk/catalyst-gh-tools:v1.4.3
Expand Down Expand Up @@ -130,4 +132,4 @@ jobs:

- name: Stop containers
if: always()
run: docker-compose -f "utilities/kroki-service/docker-compose.yml" down
run: docker-compose -f "utilities/kroki-service/docker-compose.yml" down

0 comments on commit 8ef5655

Please sign in to comment.