chore(actions): fix indentation syntax error

This commit is contained in:
Erica Marigold 2024-02-06 11:25:34 +05:30 committed by GitHub
parent 07e951c993
commit 61e3b308e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,19 +11,19 @@ jobs:
concurrency: ci-${{ github.ref }} concurrency: ci-${{ github.ref }}
name: Test setup-lune action name: Test setup-lune action
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout Repository - name: Checkout Repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install Rust Toolchain - name: Install Rust Toolchain
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
- name: Install `cargo-binstall` Command - name: Install `cargo-binstall` Command
run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash run: curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
- name: Install Trunk - name: Install Trunk
run: cargo binstall --locked trunk run: cargo binstall --locked trunk
- name: Compile WASM Site - name: Compile WASM Site
run: trunk build --release run: trunk build --release
- name: Deploy to GitHub Pages - name: Deploy to GitHub Pages
uses: JamesIves/github-pages-deploy-action@v4 uses: JamesIves/github-pages-deploy-action@v4
with: with:
folder: build folder: build