Skip to content
New issue

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

[github ci] error: error sending request for url (https://cdn.pagic.org/react@16.13.1/esnext/react.development.js) #93

Closed
Yofun opened this issue Sep 15, 2021 · 1 comment
Assignees
Labels

Comments

@Yofun
Copy link

Yofun commented Sep 15, 2021

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配置

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

image

@xcatliu
Copy link
Owner

xcatliu commented Sep 23, 2021

已恢复

@xcatliu xcatliu closed this as completed Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants