Sfoglia il codice sorgente

fix workflow typo

master
Palash Bansal 3 anni fa
parent
commit
fd3b50097c
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      .github/workflows/deploy-pages.yml

+ 1
- 1
.github/workflows/deploy-pages.yml Vedi File

@@ -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…
Annulla
Salva