Skip to content

Commit b646e07

Browse files
authored
Merge pull request #33 from DimensionDev/ci/2
chore: source folder
2 parents e0e76bd + cc0f884 commit b646e07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
args:
4343
zip -qq -r v${{ steps.package-version.outputs.current-version }}.zip
44-
public
44+
output
4545

4646
- name: Upload Latest Release
4747
uses: actions/upload-artifact@v2
@@ -62,6 +62,6 @@ jobs:
6262
uses: peaceiris/actions-gh-pages@v3
6363
with:
6464
github_token: ${{ secrets.GITHUB_TOKEN }}
65-
publish_dir: ./public
65+
publish_dir: ./output
6666
keep_files: true
6767
cname: dsearch.mask.r2d2.to

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mask-dsearch",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"repository": "https://github.com/DimensionDev/Mask-DSearch.git",
55
"license": "MIT",
66
"author": "guanbinrui <[email protected]>",

0 commit comments

Comments
 (0)