Skip to content

Commit 98a82b4

Browse files
committed
Merge branch 'master' of github.com:ourcade/phaser3-typescript-spine
2 parents 1bed31d + c88622c commit 98a82b4

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

.github/workflows/main.yml

+10-12
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,15 @@ jobs:
1515
- name: Install Parcel
1616
run: npm install parcel-bundler
1717

18-
# - name: Install Dependecies
19-
# run: npm install
18+
- name: Install Dependecies
19+
run: npm install
2020

21-
# - name: Build
22-
# run: npm run build
23-
24-
- name: Github Pages Custom Deploy
25-
uses: sterlingwes/gh-pages-deploy-action@v1.1
21+
- name: Build
22+
run: npm run build
23+
24+
- name: Deploy
25+
uses: JamesIves/github-pages-deploy-action@releases/v3
2626
with:
27-
# A personal access token needed to push your site after it has been built.
28-
access-token: ${{ secrets.GHP_TOKEN }}
29-
build-command: npm run build
30-
# The subdirectory that your build command outputs your site assets to.
31-
source-directory: dist
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.

0 commit comments

Comments
 (0)