Skip to content

docs: update README.md (#1787) #16

docs: update README.md (#1787)

docs: update README.md (#1787) #16

name: GH Pages
on:
push:
branches:
- main
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install
- name: Build
run: npm run build --base-href=https://sap.github.io/fundamental/
- name: Deploy
if: success()
uses: peaceiris/[email protected]
with:
github_token: ${{ secrets.GHPAGE }}
publish_dir: dist/fundamental