We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 202face + 702538a commit bb0b18fCopy full SHA for bb0b18f
.github/workflows/deploy.yml
@@ -70,6 +70,6 @@ jobs:
70
steps:
71
- name: Deploy to GitHub Pages
72
id: deployment
73
- uses: actions/deploy-pages@v3
+ uses: actions/deploy-pages@v4
74
with:
75
preview: false
.github/workflows/deploy_preview.yml
@@ -80,6 +80,6 @@ jobs:
80
81
82
83
84
85
preview: true
0 commit comments