fix: fix docker image build error.

This commit is contained in:
jaywcjlove
2022-09-04 22:49:27 +08:00
parent d84ad70345
commit 5cc2758073
3 changed files with 5 additions and 1 deletions

View File

@@ -38,7 +38,7 @@ jobs:
with:
commit_message: ${{ github.event.head_commit.message }} ${{steps.tag_version.outputs.tag}}
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
publish_dir: ./website/build
- name: Generate Changelog
id: changelog

4
website/.dockerignore Normal file
View File

@@ -0,0 +1,4 @@
node_modules
public
src
.git