Skip to content

更新头像

更新头像 #57

Workflow file for this run

name: Build and Test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Node.js environment
uses: actions/[email protected]
with:
node-version: 20
- run: npm install -g bats
- run: bats -v
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: 'my-blog'
path: '_site'