You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

30 lines
637 B

name: Publish to Github Pages
on:
push:
branches: [ "master-rtl" ]
permissions:
contents: write
jobs:
deploy:
concurrency: ci-${{ github.ref }}
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Build ⚙
run: |
npm install
npm run release:minified
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: 'dist' #