File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4949 echo "Working on making the compiled binary available..."
5050 mkdir public
5151 cp -r ./undervolt-go ./public/ # Copy the binary to the public directory
52- cp -r ./dist/script/ ./public/ # Copy the install scripts to the public directory
52+ cp -r ./dist/script/* ./public/ # Copy the install scripts to the public directory
5353 echo "Ready to deploy!"
5454 - name : Output the files structure into a JSON file
5555 run : |
5959 echo "JSON Manifest generated with the directory structure!"
6060 - name : Make web pages available
6161 run : |
62- cp -r ./dist/pages/ ./public/ # Copy the web pages to the public directory
62+ cp -r ./dist/pages/* ./public/ # Copy the web pages to the public directory
6363 - name : Upload artifact
6464 # upload artifact in the build stage, so that it is later on accessible in the deploy stage
6565 uses : actions/upload-pages-artifact@v3
You can’t perform that action at this time.
0 commit comments