mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Troubleshoot missing CSS files on help pages
This commit is contained in:
parent
d4842dc937
commit
00b610412c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/website.yml
vendored
1
.github/workflows/website.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue