We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c71aa commit c998092Copy full SHA for c998092
.github/workflows/sync-deployments.yml
@@ -37,23 +37,6 @@ jobs:
37
add-paths: docs
38
title: "Deploy recent documentation changes to `docs.atlos.org`"
39
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
53
- branch: main
54
- add-paths: landing
55
- title: "Deploy recent landing page changes to `atlos.org`"
56
- labels: automatic, deployment, landing
57
updateGAP:
58
runs-on: ubuntu-latest
59
steps:
0 commit comments