Skip to content

Upload example-vite to Google Cloud Storage #1

Upload example-vite to Google Cloud Storage

Upload example-vite to Google Cloud Storage #1

name: GitHub Actions Demo
run-name: Upload example-vite to Google Cloud Storage
on: [push]
jobs:
build-and-push:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v4
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository
run: |
ls ${{ github.workspace }}
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v3
with:
version: 8
run_install: |
- recursive: true
args: [--frozen-lockfile, --strict-peer-dependencies]