From 94e4f7cbd3d027614d14b7bbb6d8a223d1f6f0e6 Mon Sep 17 00:00:00 2001 From: dvorakchen Date: Sun, 11 Feb 2024 20:29:53 +0800 Subject: [PATCH] Update gh-pages-deploy.yml --- .github/workflows/gh-pages-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/gh-pages-deploy.yml b/.github/workflows/gh-pages-deploy.yml index e1afe8b..b093c23 100644 --- a/.github/workflows/gh-pages-deploy.yml +++ b/.github/workflows/gh-pages-deploy.yml @@ -31,8 +31,8 @@ Github-Pages-Release: - uses: actions/checkout@v4 # repo checkout # Install Rust Nightly Toolchain, with Clippy & Rustfmt - - name: Install nightly Rust - uses: dtolnay/rust-toolchain@nightly + - name: Install Rust + uses: dtolnay/rust-toolchain with: components: clippy, rustfmt @@ -44,8 +44,8 @@ Github-Pages-Release: # If using tailwind... - # - name: Download and install tailwindcss binary - # run: npm install -D tailwindcss && npx tailwindcss -i -o # run tailwind + - name: Download and install tailwindcss binary + run: npm install - name: Download and install Trunk binary