diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 25a8efce..80583fe6 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -54,5 +54,6 @@ jobs: url: ${{ steps.deployment.outputs.page_url }} steps: - - name: Deploy to GitHub Pages + - id: deployment + name: Deploy to GitHub Pages uses: actions/deploy-pages@v2