Compare commits
3 Commits
69d6a42f5c
...
v0.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
0f0ba243d5
|
|||
|
03031b5ca8
|
|||
|
07a101488b
|
11
.github/workflows/build-release.yaml
vendored
11
.github/workflows/build-release.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- '**.md'
|
||||
- '.gitea/workflows/**'
|
||||
- '.github/workflows/**'
|
||||
- 'md-pdf.ron'
|
||||
|
||||
jobs:
|
||||
@@ -61,6 +61,15 @@ jobs:
|
||||
echo "tag=$NEW_TAG" >> $GITHUB_OUTPUT
|
||||
echo "Next version : $NEW_TAG"
|
||||
|
||||
- name: Push Tag
|
||||
run: |
|
||||
git config user.name "Gitea Actions"
|
||||
git config user.email "actions@gitea.local"
|
||||
git tag ${{ steps.version.outputs.tag }}
|
||||
git push origin ${{ steps.version.outputs.tag }}
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
# Create release and upload PDF
|
||||
# Note: softprops works very well on recent Gitea
|
||||
- name: Create Release
|
||||
|
||||
@@ -1,14 +1,11 @@
|
||||
---
|
||||
title: "PIS"
|
||||
subtitle: "Policy for Internal Security"
|
||||
#logo: "path/to/logo.png"
|
||||
author: "Rémi Heredero "
|
||||
language: "en"
|
||||
tags: ["gpg", "ssh", "x509", "YubiKey", "security"]
|
||||
toc: false
|
||||
template: "simple"
|
||||
#date: "2026-01-23"
|
||||
version: "0.1.0"
|
||||
---
|
||||
|
||||
# Policy for Internal Security
|
||||
|
||||
Reference in New Issue
Block a user