Skip to content

Commit 06a9f17

Browse files
committed
ci: Remove pages-deployment for this test
1 parent e873004 commit 06a9f17

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

.github/workflows/build_pcbs.yml

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,9 @@ on:
1515
# - "*.kicad_pro"
1616
# - "kibot.yml"
1717

18-
permissions:
19-
contents: read
20-
pages: write
21-
id-token: write
22-
23-
concurrency:
24-
group: "pages"
25-
cancel-in-progress: true
2618

2719
jobs:
2820
build:
29-
environment:
30-
name: github-pages
31-
url: ${{ steps.deployment.outputs.page_url }}
3221
runs-on: ubuntu-latest
3322
steps:
3423
- uses: actions/checkout@v4
@@ -46,12 +35,4 @@ jobs:
4635
uses: actions/upload-artifact@v4
4736
with:
4837
name: output
49-
path: output
50-
51-
- uses: actions/upload-pages-artifact@v3
52-
with:
53-
path: 'output'
54-
55-
- id: deployment
56-
if: github.ref_name == 'main'
57-
uses: actions/deploy-pages@v4
38+
path: output

0 commit comments

Comments
 (0)