Skip to content

initial setup of remote module federation #1

initial setup of remote module federation

initial setup of remote module federation #1

Workflow file for this run

name: Deploy to GitHub Pages
on:
workflow_dispatch:
push:
branches:
- main
jobs:
# https://github.com/sterlingwes/gh-pages-deploy-action
github-pages:
name: Publish Latest to GitHub Pages
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
with:
ref: ${{ github.sha }}
- name: Install and Build 🔧
run: |
npm install
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@v4
with:
folder: dist