瀏覽代碼

CI fix

master
Palash Bansal 2 年之前
父節點
當前提交
768b2ab356
沒有連結到貢獻者的電子郵件帳戶。
共有 2 個檔案被更改,包括 4 行新增1 行删除
  1. 3
    0
      .github/CODEOWNERS
  2. 1
    1
      .github/workflows/deploy-pages.yml

+ 3
- 0
.github/CODEOWNERS 查看文件

/.github/workflows/ @repalash
/.github/CODEOWNERS @repalash


+ 1
- 1
.github/workflows/deploy-pages.yml 查看文件

- run: mkdir _site - run: mkdir _site
- run: mv -t _site src docs dist examples README.md LICENSE index.html - run: mv -t _site src docs dist examples README.md LICENSE index.html
- run: mkdir -p _site/plugins - run: mkdir -p _site/plugins
- run: find plugins -maxdepth 2 -type d \( -name dist -o -name docs -name src \) -exec sh -c "mkdir -p _site/{} && cp -r {} _site/{}/.." \;
- run: find plugins -maxdepth 2 -type d \( -name dist -o -name docs -o -name src \) -exec sh -c "mkdir -p _site/{} && cp -r {} _site/{}/.." \;
- name: Setup Pages - name: Setup Pages
uses: actions/configure-pages@v3 uses: actions/configure-pages@v3
- name: Upload artifact - name: Upload artifact

Loading…
取消
儲存