We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235f308 commit 8fea103Copy full SHA for 8fea103
.github/workflows/build-everything.yml
@@ -45,27 +45,3 @@ jobs:
45
openid-caep-specification-1_0.txt
46
openid-risc-profile-specification-1_0.html
47
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
67
- path: .
68
- - name: Deploy to GitHub Pages
69
- id: deployment
70
- uses: actions/deploy-pages@v2
71
0 commit comments