Skip to content

Commit

Permalink
ci: replace deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
istudyatuni committed May 3, 2022
1 parent d1038d8 commit 5cf0773
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,11 @@ jobs:
node-version: '16'
cache: 'yarn'
- run: yarn install --frozen-lockfile
- name: Build web
run: |
yarn build
cd build
touch .nojekyll
- run: yarn build

- name: Deploy
uses: JamesIves/[email protected]
uses: peaceiris/actions-gh-pages@v3
with:
branch: gh-pages
folder: build
single-commit: true
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: build
force_orphan: true

0 comments on commit 5cf0773

Please sign in to comment.