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
Describe the bug 执行.github/workflows/ci.yml时报错,报错如图所示。
.github/workflows/ci.yml
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Context ci.yml配置
name: gh-pages on: push: branches: - pagic jobs: build-and-deploy: runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - name: Setup deno uses: denolib/setup-deno@v2 with: deno-version: v1.13.2 - name: Build gh-pages run: | deno --version deno install --unstable --allow-read --allow-write --allow-net --allow-run --name=pagic https://deno.land/x/pagic@v1.4.0/mod.ts pagic build - name: Deploy gh-pages uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./dist # cname: ts.xcatliu.com
The text was updated successfully, but these errors were encountered:
已恢复
Sorry, something went wrong.
xcatliu
No branches or pull requests
Describe the bug
执行
.github/workflows/ci.yml
时报错,报错如图所示。To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Context
ci.yml配置
The text was updated successfully, but these errors were encountered: