1
0
mirror of https://github.com/thib8956/tic-tac-toe-ws.git synced 2024-09-29 06:06:37 +00:00

fix workflow ?

This commit is contained in:
Thibaud Gasser 2024-09-25 21:15:26 +02:00 committed by GitHub
parent 97a6a3b64f
commit 1189e72c99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,9 @@ jobs:
mkdir dist mkdir dist
mv *.js dist/ mv *.js dist/
mv *.html dist/ mv *.html dist/
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
- name: Upload GitHub Pages artifact - name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3 uses: actions/upload-pages-artifact@v3
with: with: