1
0
Fork 0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2024-06-09 16:26:03 +02:00

Updating gh page workflow and correcting 'AWS bypass' to 'AWS Bypass'

This commit is contained in:
xenoscr 2022-09-10 22:53:33 -04:00
parent 09e81d0bd1
commit 8dd8928a8f
No known key found for this signature in database
GPG Key ID: 52C26F96860C0DAA

View File

@ -16,7 +16,7 @@ jobs:
- name: Change .yml to .md
run: |
for x in $(find yml/ -name '*.yml'); do mv "$x" "${x/%\.yml/.md}"; done
for x in $(find yml/ -name '*.yml'); do echo "---" >> "$x"; mv "$x" "${x/%\.yml/.md}"; done
mv yml/OSBinaries yml/Binaries
mv yml/OSLibraries yml/Libraries
mv yml/OSScripts yml/Scripts