Compare commits

...

3 Commits

Author SHA1 Message Date
0f0ba243d5 ci: push tag
All checks were successful
Build PDF & Release / release (push) Successful in 1m37s
Co-authored-by: Gemini <gemini@google.com>
2026-02-14 02:33:16 +01:00
03031b5ca8 chores: remove unused metadata
Some checks failed
Build PDF & Release / release (push) Failing after 1m35s
2026-02-14 02:19:20 +01:00
07a101488b ci: fix path 2026-02-14 02:18:49 +01:00
2 changed files with 10 additions and 4 deletions

View File

@@ -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

View File

@@ -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