Skip to content

Commit 0e49997

Browse files
author
Itzi Zubeldia
committed
Add deploy
1 parent a76d119 commit 0e49997

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,13 @@ jobs:
2323
uses: actions/upload-pages-artifact@v3
2424
with:
2525
path: site
26+
deploy:
27+
environment:
28+
name: github-pages
29+
url: {{ steps.deploy.outputs.page_url }}
30+
runs-on: ubuntu-latest
31+
needs: build
32+
steps:
33+
- name: Deploy to GitHub Pages
34+
id: deployment
35+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)