Skip to content

Commit ce8d0b5

Browse files
author
Thomas PEYROT
committed
Added configure pages
1 parent 9cb9c40 commit ce8d0b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
url: ${{ steps.deployment.outputs.page_url }}
3131
# Steps represent a sequence of tasks that will be executed as part of the job
3232
steps:
33-
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
34-
- uses: actions/checkout@v3
33+
34+
- name: Configure Pages
35+
uses: actions/configure-pages@v4
3536

3637
- name: Setup Python
3738
uses: actions/[email protected]

0 commit comments

Comments
 (0)