mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Fix missing CSS
This commit is contained in:
parent
00b610412c
commit
a05025b99c
1 changed files with 1 additions and 2 deletions
3
.github/workflows/website.yml
vendored
3
.github/workflows/website.yml
vendored
|
@ -35,12 +35,11 @@ jobs:
|
|||
cd tridactyl
|
||||
yarn install
|
||||
yarn run build
|
||||
find . -iname "*.html" -exec sed 's@href="/static@href="/tridactyl/public/build/static@' -i '{}' ';' # ideally this url would be less gnarly
|
||||
find . -iname "*.html" -exec sed 's@href="/static@href="/tridactyl/build/static@' -i '{}' ';' # ideally this url would be less gnarly
|
||||
cd ../site
|
||||
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