diff --git a/docs/guide/static-deploy.md b/docs/guide/static-deploy.md index b7d612f65a803e..2fea6afabefbf9 100644 --- a/docs/guide/static-deploy.md +++ b/docs/guide/static-deploy.md @@ -115,7 +115,7 @@ Now the `preview` command will launch the server at `http://localhost:8080`. path: './dist' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v2 ``` ## GitLab Pages and GitLab CI