Skip to content

Commit d291a8d

Browse files
committed
Update actions/configure-pages and actions/upload-pages-artifact
1 parent 2beb7c3 commit d291a8d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
fi
4747
echo "::endgroup::"
4848
done
49-
49+
5050
build:
5151
runs-on: ubuntu-latest
5252
needs: check
@@ -56,19 +56,19 @@ jobs:
5656
- name: Set up Python 3
5757
uses: actions/setup-python@v2
5858
with:
59-
python-version: '3.X'
59+
python-version: "3.X"
6060
- name: Build page
6161
run: bash generate_page.sh
6262
working-directory: scripts
6363
- name: Setup Pages
64-
uses: actions/configure-pages@v2
64+
uses: actions/configure-pages@v5
6565
- name: Build with Jekyll
6666
uses: actions/jekyll-build-pages@v1
6767
with:
6868
source: ./page
6969
destination: ./_site
7070
- name: Upload artifact
71-
uses: actions/upload-pages-artifact@v1
71+
uses: actions/upload-pages-artifact@v3
7272

7373
# Deployment job
7474
deploy:

0 commit comments

Comments
 (0)