mirror of
https://github.com/jaywcjlove/wxmp.git
synced 2026-01-09 14:58:48 +08:00
fix: fix docker image build error.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
4
website/.dockerignore
Normal file
@@ -0,0 +1,4 @@
|
||||
node_modules
|
||||
public
|
||||
src
|
||||
.git
|
||||
Reference in New Issue
Block a user