Compare commits
5 Commits
cabb8291cb
...
v0.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
0f0ba243d5
|
|||
|
03031b5ca8
|
|||
|
07a101488b
|
|||
|
69d6a42f5c
|
|||
|
d85f72fc92
|
13
.github/workflows/build-release.yaml
vendored
13
.github/workflows/build-release.yaml
vendored
@@ -7,7 +7,7 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- '**.md'
|
||||
- '.gitea/workflows/**'
|
||||
- '.github/workflows/**'
|
||||
- 'md-pdf.ron'
|
||||
|
||||
jobs:
|
||||
@@ -61,10 +61,19 @@ 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
|
||||
uses: softprops/action-gh-release@v2
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: ${{ steps.version.outputs.tag != '' }} # Safety check
|
||||
with:
|
||||
tag_name: ${{ steps.version.outputs.tag }}
|
||||
|
||||
@@ -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.0.1"
|
||||
---
|
||||
|
||||
# Policy for Internal Security
|
||||
|
||||
Reference in New Issue
Block a user