Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/erigontech/docs into…
Browse files Browse the repository at this point in the history
… development
  • Loading branch information
bloxster committed Oct 30, 2024
2 parents b216062 + 9961ba5 commit b13b3a8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pages-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
name: Pages Deployment
name: Erigon Docs Deployment

on:
push:
branches:
- development
- main
- testmichele

env:
Expand All @@ -14,6 +16,7 @@ jobs:
permissions:
contents: read
deployments: write
environment: ${{ github.ref == 'refs/heads/main' && 'production' || 'preview' }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit b13b3a8

Please sign in to comment.