Compare commits
6 Commits
latest
...
2c4e0ae9ee
Author | SHA1 | Date | |
---|---|---|---|
2c4e0ae9ee | |||
5a94fcddf0 | |||
710dc25dfa | |||
20c11e7be1 | |||
4cc9feae37 | |||
b2131ab71c |
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@@ -25,6 +25,9 @@ jobs:
|
||||
apt-get install miktex -y
|
||||
miktexsetup --shared=yes finish
|
||||
|
||||
- name: Update MiKTeX package database
|
||||
run: miktex packages update-package-database && miktex packages update
|
||||
|
||||
- name: Enable automatic package installation
|
||||
run: initexmf --set-config-value=[MPM]AutoInstall=yes
|
||||
|
||||
@@ -35,6 +38,12 @@ jobs:
|
||||
- name: Check for PDF artifact
|
||||
run: file ${{ env.PDF_NAME }} || grep -q ' PDF '
|
||||
|
||||
- name: Delete release and tag by tag name`:` latest
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
curl -H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" -X DELETE https://gitea.kobim.cloud/api/v1/repos/${{ github.repository }}/releases/tags/latest
|
||||
curl -H "Authorization: token ${{ secrets.RELEASE_TOKEN }}" -X DELETE https://gitea.kobim.cloud/api/v1/repos/${{ github.repository }}/tags/latest
|
||||
|
||||
- name: Release PDF artifact
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
uses: softprops/action-gh-release@v2
|
||||
@@ -42,4 +51,5 @@ jobs:
|
||||
files: ${{ env.PDF_NAME }}
|
||||
tag_name: latest
|
||||
body: |
|
||||
PDF document built from latest LaTeX source.
|
||||
PDF document built from latest LaTeX source.
|
||||
token: ${{ secrets.RELEASE_TOKEN }}
|
8
.gitignore
vendored
8
.gitignore
vendored
@@ -295,4 +295,10 @@ env/
|
||||
__pycache__/
|
||||
test/
|
||||
venv/
|
||||
.venv/
|
||||
.venv/
|
||||
|
||||
# Node.js
|
||||
**/node_modules/
|
||||
npm-debug.log
|
||||
yarn-error.log
|
||||
yarn-debug.log*
|
2
LICENSE
2
LICENSE
@@ -1,6 +1,6 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2022 Mirko Milovanovic
|
||||
Copyright (c) 2025 Mirko Milovanovic
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
File diff suppressed because one or more lines are too long
Submodule peertube/statnerd updated: 76edbf0624...87e1d24a86
Reference in New Issue
Block a user