We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0e76bd + cc0f884 commit b646e07Copy full SHA for b646e07
.github/workflows/deploy.yaml
@@ -41,7 +41,7 @@ jobs:
41
with:
42
args:
43
zip -qq -r v${{ steps.package-version.outputs.current-version }}.zip
44
- public
+ output
45
46
- name: Upload Latest Release
47
uses: actions/upload-artifact@v2
@@ -62,6 +62,6 @@ jobs:
62
uses: peaceiris/actions-gh-pages@v3
63
64
github_token: ${{ secrets.GITHUB_TOKEN }}
65
- publish_dir: ./public
+ publish_dir: ./output
66
keep_files: true
67
cname: dsearch.mask.r2d2.to
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mask-dsearch",
3
- "version": "0.0.1",
+ "version": "0.0.2",
4
"repository": "https://github.com/DimensionDev/Mask-DSearch.git",
5
"license": "MIT",
6
"author": "guanbinrui <[email protected]>",
0 commit comments