Skip to content

Commit

Permalink
refactor: indent
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanvayn committed Apr 7, 2023
1 parent 5ba5c94 commit 7fe12cf
Show file tree
Hide file tree
Showing 11 changed files with 641 additions and 4,477 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
name: Publish to GH Pages
on:
push:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: '18.x'
- run: npm install
- run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: "18.x"
- run: npm install
- run: npm run build
- name: Deploy
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: dist
Loading

0 comments on commit 7fe12cf

Please # to comment.