mirror of
https://github.com/JeremyLikness/vanillajs-deck
synced 2024-11-14 09:34:55 +00:00
Name GitHub action step
This commit is contained in:
parent
86a24e7b46
commit
46557eca24
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
|
||||||
- name: Index
|
- name: Copy files
|
||||||
run: |
|
run: |
|
||||||
mkdir ${{ env.OUTPUT_PATH }}
|
mkdir ${{ env.OUTPUT_PATH }}
|
||||||
cp index.html favicon.ico manifest.json pwa.js robots.txt ${{ env.OUTPUT_PATH }}
|
cp index.html favicon.ico manifest.json pwa.js robots.txt ${{ env.OUTPUT_PATH }}
|
||||||
|
Loading…
Reference in New Issue
Block a user