Skip to content

Commit 0cd3aff

Browse files
committed
Merge branch 'main' of github.com:fabrinucci/fabrinucci.github.io into develop
2 parents f64a893 + 02ea3ce commit 0cd3aff

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

.github/pull_request_template.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Pull Request Type
2+
What kind of change does this PR introduce?
3+
4+
- [ ] Feature
5+
- [ ] Bug Fix
6+
- [ ] Refactor
7+
- [ ] Documentation Update
8+
- [ ] Other (describe)
9+
10+
## Description
11+
Please describe the changes made in this PR.
12+
13+
## Issue Number (if applicable)
14+
_Issue Number: [Insert Issue Number]_
15+
16+
## Screenshots (if applicable)
17+
_Add screenshots to show the changes visually._

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
- name: Set up Node
34-
uses: actions/setup-node@v3
34+
uses: actions/setup-node@v4
3535
with:
3636
node-version: 18
3737
cache: 'npm'
@@ -42,10 +42,10 @@ jobs:
4242
- name: Setup Pages
4343
uses: actions/configure-pages@v3
4444
- name: Upload artifact
45-
uses: actions/upload-pages-artifact@v1
45+
uses: actions/upload-pages-artifact@v3
4646
with:
4747
# Upload dist repository
4848
path: './dist'
4949
- name: Deploy to GitHub Pages
5050
id: deployment
51-
uses: actions/deploy-pages@v1
51+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)