소스 검색

fix workflow typo

master
Palash Bansal 3 년 전
부모
커밋
fd3b50097c
No account linked to committer's email address
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…
취소
저장