Skip to content

MP fence clear and sychronisation fixed #25

MP fence clear and sychronisation fixed

MP fence clear and sychronisation fixed #25

Workflow file for this run

name: Deploy GitHub Pages
on:
push:
tags:
- 'v*'
- '[0-9]+.[0-9]+.[0-9]+'
workflow_dispatch:
inputs:
tag_name:
description: 'Tag name for manual release'
required: false
permissions:
contents: write
pages: write
id-token: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/configure-pages@v4
- uses: actions/upload-pages-artifact@v3
with:
path: 'www'
- uses: actions/deploy-pages@v4