This commit is contained in:
Simon Gardling
2023-10-11 17:38:05 -04:00
commit 032679b34a
242 changed files with 9311 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
name: github pages
on:
push:
tags:
- "v*.*.*"
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: dev
token: ${{ secrets.ACCESS_TOKEN }}
ssh-key: ${{ secrets.SSH_PRIVATE }}
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
- name: Create Release
uses: ncipollo/release-action@v1
with:
draft: true