Skip to content

translate ci.md

translate ci.md #35

Workflow file for this run

name: Building Website Testing
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout your repository using git
uses: actions/checkout@v4
- name: Install, build, and upload your site
uses: withastro/action@v2
with:
path: pages # The root location of your Astro project inside the repository.