Troubleshoot missing CSS files on help pages

This commit is contained in:
Oliver Blanthorn 2023-07-02 17:24:45 +02:00
parent d4842dc937
commit 00b610412c
No known key found for this signature in database
GPG key ID: 2BB8C36BB504BFF3

View file

@ -40,6 +40,7 @@ jobs:
sudo apt-get install -y hugo
hugo
cp -r ../tridactyl/build/ public
find public -name '*.css' # troubleshoot where the missing CSS files are
- uses: actions/upload-pages-artifact@v1
with:
path: 'site/public'