Skip to content

Commit 504542d

Browse files
committed
Remove cruft and fix path
1 parent c9ad788 commit 504542d

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/circleci_redirect.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: CircleCI redirect
1+
name: circleci
22

33
on: [status]
44

@@ -24,4 +24,4 @@ jobs:
2424
- name: Check the URL
2525
if: github.event.status != 'pending'
2626
run: |
27-
curl --fail ${{ steps.step1.outputs.url }} | grep $GITHUB_SHA
27+
curl --fail ${{ circleci.steps.step1.outputs.url }} | grep $GITHUB_SHA

.github/workflows/deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,6 @@ jobs:
4646
if: github.ref == 'refs/heads/main'
4747
run: make html
4848

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-
5749
- name: Deploy website
5850
if: github.ref == 'refs/heads/main'
5951
uses: JamesIves/github-pages-deploy-action@releases/v4

0 commit comments

Comments
 (0)