Skip to content

Created an ActionStack class to handle the undo/redo functionality #26

Created an ActionStack class to handle the undo/redo functionality

Created an ActionStack class to handle the undo/redo functionality #26

Workflow file for this run

name: check
on:
push:
branches:
- main
- dev
tags:
- v*
pull_request:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}
cancel-in-progress: true
jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Deploy to GH pages
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: JabMap/
force_orphan: true