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.
1 parent 81294ce commit c88622cCopy full SHA for c88622c
.github/workflows/main.yml
@@ -21,18 +21,9 @@ jobs:
21
- name: Build
22
run: npm run build
23
24
- - name: Build and Deploy
+ - name: Deploy
25
uses: JamesIves/github-pages-deploy-action@releases/v3
26
with:
27
ACCESS_TOKEN: ${{ secrets.GHP_TOKEN }}
28
BRANCH: gh-pages # The branch the action should deploy to.
29
FOLDER: dist # The folder the action should deploy.
30
-
31
-# - name: Github Pages Custom Deploy
32
-# uses: sterlingwes/[email protected]
33
-# with:
34
-# # A personal access token needed to push your site after it has been built.
35
-# access-token: ${{ secrets.GHP_TOKEN }}
36
-# build-command: npm run build
37
-# # The subdirectory that your build command outputs your site assets to.
38
-# source-directory: dist
0 commit comments