Skip to content

chore(deps): update dependency vite to v7.0.2 (#768) #1104

chore(deps): update dependency vite to v7.0.2 (#768)

chore(deps): update dependency vite to v7.0.2 (#768) #1104

Workflow file for this run

name: Github Page Docs
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Install rust toolchain
uses: actions-rs/toolchain@v1
- name: Install wasm-pack
uses: jetli/wasm-pack-action@v0.4.0
with:
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')
version: 'latest'
- name: Cache Rust Deps
uses: actions/cache@v4
with:
path: |
~/.cargo/registry
~/.cargo/git
target/
key: ${{ runner.os }}-${{ github.sha }}
restore-keys: ${{ runner.os }}-
- name: Install Node
uses: actions/setup-node@v4
- name: Build WASM
run: wasm-pack build --target web && cd pkg && npm install
- name: Setup pnpm
uses: pnpm/action-setup@v4.1.0
with:
version: 9.15.1
run_install: |
- recursive: true
- name: Vite Build 🔧
run: pnpm build
- name: Upload Artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./website/dist
# Deployment job
deploy:
needs: build
# Grant GITHUB_TOKEN the permissions required to make a Pages deployment
permissions:
pages: write # to deploy to Pages
id-token: write # to verify the deployment originates from an appropriate source
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Deploy to GitHub Pages 🚀
id: deployment
uses: actions/deploy-pages@v4
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy