-
Notifications
You must be signed in to change notification settings - Fork 79
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: No artifacts named "github-pages" were found for this workflow run. #305
Comments
👋 You are using our latest |
I have the very same issue. v3 still works, v4 throws this error. |
Adding config before deploy worked for me deploy:
needs: build
permissions:
pages: write
id-token: write
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Configure Pages
uses: actions/configure-pages@v4
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4 |
Hmm, not sure if this is the solution, because that's what we had more or less (Just additionally |
actions/deploy-pages#305 suggests that this is necessary.
Check out these examples: |
From
actions/update-pages-artifact
stepFrom "Artifacts" section in summary
From
actions/deploy-pages
Workflow
❓ ❓ ❓
The text was updated successfully, but these errors were encountered: