Spaces:
Running
Running
davidgasquez
commited on
Commit
β’
4210947
1
Parent(s):
8aa7ba9
chore: π§ remove redundant working-directory directive in CI config
Browse files- .github/workflows/ci.yml +0 -3
.github/workflows/ci.yml
CHANGED
@@ -33,9 +33,6 @@ jobs:
|
|
33 |
# Build and upload the website
|
34 |
upload:
|
35 |
name: Upload Pages
|
36 |
-
defaults:
|
37 |
-
run:
|
38 |
-
working-directory: ./web
|
39 |
runs-on: ubuntu-latest
|
40 |
permissions:
|
41 |
contents: read
|
|
|
33 |
# Build and upload the website
|
34 |
upload:
|
35 |
name: Upload Pages
|
|
|
|
|
|
|
36 |
runs-on: ubuntu-latest
|
37 |
permissions:
|
38 |
contents: read
|