Skip to content

Commit f856b97

Browse files
committed
Merge remote-tracking branch 'origin/develop' into develop
2 parents 3692308 + bbd7768 commit f856b97

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.github/workflows/jekyll-gh-pages.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,15 @@ jobs:
5757
uses: actions/upload-pages-artifact@v3
5858
with:
5959
path: _site
60+
61+
# Deployment job
62+
deploy:
63+
environment:
64+
name: github-pages
65+
url: ${{ steps.deployment.outputs.page_url }}
66+
runs-on: ubuntu-latest
67+
needs: build
68+
steps:
69+
- name: Deploy to GitHub Pages
70+
id: deployment
71+
uses: actions/deploy-pages@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Poulpe ehtercat controller
1+
# Poulpe ethercat controller
22

33
[![Build Status]][actions]
44

0 commit comments

Comments
 (0)