Attempt creating a tag file online.
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Deukhoofd 2020-09-25 18:11:53 +02:00
parent 078f790732
commit dff8c4d15c
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 2 additions and 2 deletions

View File

@ -78,13 +78,13 @@ steps:
path: /docs
commands:
- rm -rf docs
- ( cat Doxyfile ; echo "OUTPUT_DIRECTORY=/docs" ) | doxygen -
- ( cat Doxyfile ; echo "OUTPUT_DIRECTORY=/docs"; echo "GENERATE_TAGFILE=/docs/html/Arbutils.tag" ) | doxygen -
volumes:
- name: docs
host:
path: /home/docs/Arbutils
---
kind: signature
hmac: 820058b4efbf4b4d03d2a25720fd0eb30fd8123282b20bbda24f4582b0b14a34
hmac: 3d066e962d009231ed1f92c268400088aae34a7858a3a3bfc72c3244c6452526
...