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

cache: 'npm' cache: 'npm'
- run: npm ci - run: npm ci
- run: mkdir _site - 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 - name: Setup Pages
uses: actions/configure-pages@v3 uses: actions/configure-pages@v3
- name: Upload artifact - name: Upload artifact

Loading…
Annulla
Salva