File tree 1 file changed +10
-12
lines changed
1 file changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,15 @@ jobs:
15
15
- name : Install Parcel
16
16
run : npm install parcel-bundler
17
17
18
- # - name: Install Dependecies
19
- # run: npm install
18
+ - name : Install Dependecies
19
+ run : npm install
20
20
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
26
26
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.
You can’t perform that action at this time.
0 commit comments