We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Warning: No files were found with the provided path: _site. No artifacts will be uploaded. 按文章的来但是出现了这个报错 `name: Build and Test
on: push: branches: - main
jobs: build: runs-on: ubuntu-latest
steps: - name: Checkout Repository uses: actions/checkout@v4 - 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' `
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Warning: No files were found with the provided path: _site. No artifacts will be uploaded.
按文章的来但是出现了这个报错
`name: Build and Test
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
The text was updated successfully, but these errors were encountered: