Skip to content

Commit c998092

Browse files
committed
Remove outdated landing page deployment steps from workflow
1 parent 12c71aa commit c998092

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

.github/workflows/sync-deployments.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,23 +37,6 @@ jobs:
3737
add-paths: docs
3838
title: "Deploy recent documentation changes to `docs.atlos.org`"
3939
labels: automatic, deployment, docs
40-
updateLanding:
41-
runs-on: ubuntu-latest
42-
steps:
43-
- uses: actions/checkout@v2
44-
with:
45-
ref: deployments/landing
46-
- name: Reset promotion branch
47-
run: |
48-
git fetch origin main:main
49-
git reset --hard main
50-
- name: Create Pull Request
51-
uses: peter-evans/create-pull-request@v3
52-
with:
53-
branch: main
54-
add-paths: landing
55-
title: "Deploy recent landing page changes to `atlos.org`"
56-
labels: automatic, deployment, landing
5740
updateGAP:
5841
runs-on: ubuntu-latest
5942
steps:

0 commit comments

Comments
 (0)