There was an error while loading. Please reload this page.
1 parent e873004 commit 06a9f17Copy full SHA for 06a9f17
1 file changed
.github/workflows/build_pcbs.yml
@@ -15,20 +15,9 @@ on:
15
# - "*.kicad_pro"
16
# - "kibot.yml"
17
18
-permissions:
19
- contents: read
20
- pages: write
21
- id-token: write
22
-
23
-concurrency:
24
- group: "pages"
25
- cancel-in-progress: true
26
27
jobs:
28
build:
29
- environment:
30
- name: github-pages
31
- url: ${{ steps.deployment.outputs.page_url }}
32
runs-on: ubuntu-latest
33
steps:
34
- uses: actions/checkout@v4
@@ -46,12 +35,4 @@ jobs:
46
35
uses: actions/upload-artifact@v4
47
36
with:
48
37
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