Skip to content

Merge pull request #10 from LibreSign/revert-change #5

Merge pull request #10 from LibreSign/revert-change

Merge pull request #10 from LibreSign/revert-change #5

Workflow file for this run

name: Deploy A DEMO
on:
workflow_dispatch:
push:
branches:
- master
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Set up Node.js
uses: actions/setup-node@v2
with:
node-version: 16.20
- name: Install & Build
run: |
npm install
npm install -g cross-env
cross-env PUBLIC_PATH=/vue-pdf-editor/ npm run build
- name: Deploy
uses: JamesIves/[email protected]
with:
branch: gh-pages
folder: dist