Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lcxfs1991 authored Jan 22, 2024
1 parent 3d68a8d commit 0294ff9
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 0294ff9

Please sign in to comment.