There was an error while loading. Please reload this page.
1 parent c9ad788 commit 504542dCopy full SHA for 504542d
2 files changed
.github/workflows/circleci_redirect.yml
@@ -1,4 +1,4 @@
1
-name: CircleCI redirect
+name: circleci
2
3
on: [status]
4
@@ -24,4 +24,4 @@ jobs:
24
- name: Check the URL
25
if: github.event.status != 'pending'
26
run: |
27
- curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA
+ curl --fail ${{ circleci.steps.step1.outputs.url }} | grep $GITHUB_SHA
.github/workflows/deploy.yml
@@ -46,14 +46,6 @@ jobs:
46
if: github.ref == 'refs/heads/main'
47
run: make html
48
49
- - uses: peaceiris/actions-gh-pages@v4
50
- with:
51
- github_token: ${{ secrets.GITHUB_TOKEN }}
52
- external_repository: UC-OSPO-Network/UC-OSPO-Network.github.io
53
- publish_branch: main
54
- publish_dir: _build/html
55
- cname: ucospo.net
56
-
57
- name: Deploy website
58
59
uses: JamesIves/github-pages-deploy-action@releases/v4
0 commit comments