We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3692308 + bbd7768 commit f856b97Copy full SHA for f856b97
.github/workflows/jekyll-gh-pages.yml
@@ -57,3 +57,15 @@ jobs:
57
uses: actions/upload-pages-artifact@v3
58
with:
59
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
@@ -1,4 +1,4 @@
1
-# Poulpe ehtercat controller
+# Poulpe ethercat controller
2
3
[![Build Status]][actions]
4
0 commit comments