Skip to content

Replace httpbin.org with dummyjson.com #9

Replace httpbin.org with dummyjson.com

Replace httpbin.org with dummyjson.com #9

Workflow file for this run

name: Build
on: push
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
- name: Push
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./dist
publish_branch: build