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