Skip to content

Commit

Permalink
Use latest github-pages-deploy-action
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry committed Mar 16, 2023
1 parent 59d2804 commit 211da3b
Show file tree
Hide file tree
Showing 4 changed files with 979 additions and 851 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@

name: Deploy to GitHub Pages

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
# Controls when the action will run.
on:
push:
branches: [ source ]
Expand All @@ -22,12 +21,13 @@ jobs:
with:
submodules: true

- name: Build and Deploy
- name: Install and Build
run: |
yarn
yarn build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@v4
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
BASE_BRANCH: source
BRANCH: master
FOLDER: public
BUILD_SCRIPT: yarn && yarn build

with:
folder: public
branch: master
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vscodecc.org
Loading

0 comments on commit 211da3b

Please sign in to comment.