Skip to content

Merge pull request #98 from eclipse/chore/port-gitlab-changes #44

Merge pull request #98 from eclipse/chore/port-gitlab-changes

Merge pull request #98 from eclipse/chore/port-gitlab-changes #44

name: publish-to-github-pages
on:
push:
branches:
- master
jobs:
publish-to-gh-pages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- run: npm run build
- name: Deploy 🚀
uses: JamesIves/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages
FOLDER: build