We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b78236 commit 00bbd5fCopy full SHA for 00bbd5f
.github/workflows/deployment.yaml
@@ -28,11 +28,6 @@ jobs:
28
- name: Build static assets
29
shell: bash
30
run: make
31
- - name: Copy static assets to "static" folder
32
- shell: bash
33
- run: |
34
- mkdir static
35
- find . "(" -name "*.html" -o -name "*.css" -o -name "*.js" ")" -not -path "./static/*" -not -path "./.github/*" -exec cp {} static \;
36
- name: Upload static assets
37
uses: actions/upload-artifact@v4
38
with:
0 commit comments