Skip to content

Commit 8fea103

Browse files
committed
removed superfluous code
1 parent 235f308 commit 8fea103

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/build-everything.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -45,27 +45,3 @@ jobs:
4545
openid-caep-specification-1_0.txt
4646
openid-risc-profile-specification-1_0.html
4747
openid-risc-profile-specification-1_0.txt
48-
49-
publish-to-pages:
50-
if: github.ref == 'refs/heads/main'
51-
needs: [build-sharedsignals]
52-
runs-on: ubuntu-latest
53-
permissions:
54-
pages: write
55-
id-token: write
56-
environment:
57-
name: github-pages
58-
url: ${{ steps.deployment.outputs.page_url }}
59-
steps:
60-
- name: Download artifact
61-
uses: actions/download-artifact@v2
62-
with:
63-
name: output
64-
- name: Upload pages artifact
65-
uses: actions/upload-pages-artifact@v1
66-
with:
67-
path: .
68-
- name: Deploy to GitHub Pages
69-
id: deployment
70-
uses: actions/deploy-pages@v2
71-

0 commit comments

Comments
 (0)