Skip to content

Fixed examples url

Fixed examples url #46

Workflow file for this run

name: Build and deploy
on:
push:
branches:
- master
permissions:
contents: write
pages: write
id-token: write
concurrency:
group: "pages"
cancel-in-progress: false
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@master
- name: Install 🔧
run: npm ci --prefer-offline --no-audit
- name: Build 🏗️
run: |
npm run build
- name: Deploy to external repository
uses: pavletto/github-action-push-to-another-repository@main
env:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: build
destination-github-username: openglobus
destination-repository-name: openglobus.github.io
user-email: github-actions[bot]@users.noreply.github.com
target-branch: master