Skip to content

Commit c88622c

Browse files
authored
Update main.yml
1 parent 81294ce commit c88622c

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,9 @@ jobs:
2121
- name: Build
2222
run: npm run build
2323

24-
- name: Build and Deploy
24+
- name: Deploy
2525
uses: JamesIves/github-pages-deploy-action@releases/v3
2626
with:
2727
ACCESS_TOKEN: ${{ secrets.GHP_TOKEN }}
2828
BRANCH: gh-pages # The branch the action should deploy to.
2929
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

Comments
 (0)