Explorar el Código

fix workflow typo

master
Palash Bansal hace 3 años
padre
commit
fd3b50097c
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      .github/workflows/deploy-pages.yml

+ 1
- 1
.github/workflows/deploy-pages.yml Ver fichero

@@ -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

Cargando…
Cancelar
Guardar