ソースを参照

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 ファイルの表示

@@ -0,0 +1,3 @@
/.github/workflows/ @repalash
/.github/CODEOWNERS @repalash


+ 1
- 1
.github/workflows/deploy-pages.yml ファイルの表示

@@ -47,7 +47,7 @@ jobs:
- run: mkdir _site
- run: mv -t _site src docs dist examples README.md LICENSE index.html
- 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
uses: actions/configure-pages@v3
- name: Upload artifact

読み込み中…
キャンセル
保存