Skip to content

Deploy

Deploy #3

Workflow file for this run

name: Deploy
# configure manual trigger
on:
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v4
- name: Copy files to dist folder
run: |
./deploy.sh
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist # The folder the action should deploy.