Skip to content

fix: fixes page deployment (#17) #1

fix: fixes page deployment (#17)

fix: fixes page deployment (#17) #1

Workflow file for this run

name: Atala QA Release
on:
workflow_dispatch:
push:
branches:
- "main"
permissions:
id-token: write
jobs:
release-page:

Check failure on line 13 in .github/workflows/deploy-pages.yml

View workflow run for this annotation

GitHub Actions / Atala QA Release

Invalid workflow file

The workflow is not valid. .github/workflows/deploy-pages.yml (Line: 13, Col: 3): The workflow must contain at least one job with no dependencies.
runs-on: ubuntu-latest
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
needs: release-atala-automation
steps:
- name: Dokka
run: ./gradlew dokkaHtml
- name: Upload GitHub Pages artifact
uses: actions/upload-pages-artifact@v3
with:
path: ./docs
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4