瀏覽代碼

fix workflow typo

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

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

@@ -44,7 +44,7 @@ jobs:
cache: 'npm'
- run: npm ci
- run: mkdir _site
- run: mv -t _site docs dist examples README.md LICENSE
- run: mv -t _site docs dist examples Readme.md LICENSE
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Upload artifact

Loading…
取消
儲存