mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-06-19 21:38:16 +08:00
Tweaks tailwind to use jit mode and misc content tweaks
This commit is contained in:

committed by
Patrik Svensson

parent
ab83e41051
commit
adb600c430
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -41,9 +41,7 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
cd docs
|
||||
npm i
|
||||
dotnet run --configuration Release
|
||||
npm run build
|
||||
|
||||
- name: Archive doc generation
|
||||
uses: actions/upload-artifact@v2
|
||||
|
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
@ -44,7 +44,5 @@ jobs:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
cd docs
|
||||
npm i
|
||||
dotnet run --configuration Release
|
||||
npm run build
|
||||
dotnet run -- deploy
|
||||
|
Reference in New Issue
Block a user