Skip to content

Commit

Permalink
add some deploy files (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
slievrly authored Nov 24, 2024
1 parent 0559609 commit 94af1c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-oss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
npm install && npm run build
mkdir deploy-dist && cp -R build/* deploy-dist/
mv .htaccess .asf.yaml *.txt *.html deploy-dist/
mv .htaccess .asf.yaml *.txt *.html seata-go* deploy-dist/
- name: generate sitemap.xml and site.txt
# The new generated sitemap for the index form,
# in order to ensure consistency with the old version,
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 19.5.x
- name: Build
run: |
npm install && npm run build && mkdir -p deploy-dist && cp -R build/* deploy-dist/ && mv build .htaccess .asf.yaml *.txt *.html deploy-dist/
npm install && npm run build && mkdir -p deploy-dist && cp -R build/* deploy-dist/ && mv build .htaccess .asf.yaml *.txt *.html seata-go* deploy-dist/
- name:
generate sitemap.xml and site.txt
# The new generated sitemap for the index form,
Expand Down

0 comments on commit 94af1c0

Please sign in to comment.