Skip to content

Commit 05204fc

Browse files
committed
Maybe if I combine actions?
1 parent 44e0ff3 commit 05204fc

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/actions.yml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,7 @@ jobs:
4141
- name: List files for debugging before upload
4242
run: |
4343
ls -la .
44-
ls -la ./output
45-
deploy:
46-
needs: build
47-
permissions:
48-
pages: write
49-
id-token: write
50-
runs-on: ubuntu-latest
51-
steps:
52-
- name: List files for debugging before upload
53-
run: |
54-
ls -la .
55-
ls -la ./output
44+
pwd
5645
- name: Upload artifact
5746
uses: actions/upload-pages-artifact@v3
5847
with:

0 commit comments

Comments
 (0)