Skip to content

Commit

Permalink
Merge branch 'cn' of github.com:docschina/rollup-docs-cn into cn
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxfs1991 committed Jan 22, 2024
2 parents 9626003 + 0294ff9 commit 01dda1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@ jobs:
with:
url: https://raw.githubusercontent.com/lcxfs1991/docschina-deployment/main/rollup/Dockerfile
target-path: .


- name: Build docs
run: npm i && npm run build:docs
run: cat ./Dockerfile && cat ./default.conf && npm i && npm run build:docs

- name: Docker build
uses: docker/setup-buildx-action@v3
Expand Down

0 comments on commit 01dda1f

Please sign in to comment.