diff --git a/docs/tests/getting-started/github-actions.yml b/docs/tests/getting-started/github-actions.yml index beb70612..58728685 100644 --- a/docs/tests/getting-started/github-actions.yml +++ b/docs/tests/getting-started/github-actions.yml @@ -23,20 +23,16 @@ jobs: - name: Clone repository uses: actions/checkout@v2 - - name: Project init - uses: dagger/dagger-for-github@v2 - # See all options at https://github.com/dagger/dagger-for-github - with: - args: project init - + # You need to run `dagger project init` locally before and commit the cue.mod directory to the repository with its contents - name: Project update uses: dagger/dagger-for-github@v2 - # See all options at https://github.com/dagger/dagger-for-github with: + version: 0.2 + # To pin external dependencies, you can use `project update github.com/[package-source]@v[n]` args: project update - name: Deploy to Netlify uses: dagger/dagger-for-github@v2 # See all options at https://github.com/dagger/dagger-for-github with: - args: do deploy \ No newline at end of file + args: do deploy