mirror of
https://github.com/JeremyLikness/vanillajs-deck
synced 2025-12-15 02:33:58 +00:00
Name GitHub action step
This commit is contained in:
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user