chore(site): regenerate provisioner stub (#9151)

This commit is contained in:
Marcin Tojek
2023-08-18 10:50:43 +02:00
committed by GitHub
parent 04810cb42e
commit ea34ec7538
5 changed files with 26 additions and 4 deletions
+7 -1
View File
@@ -508,9 +508,15 @@ jobs:
- name: Setup Terraform
uses: ./.github/actions/setup-tf
- name: Install Nix
uses: DeterminateSystems/nix-installer-action@v4
- name: Run the Magic Nix Cache
uses: DeterminateSystems/magic-nix-cache-action@v2
- name: Build
run: |
make -B site/out/index.html
nix-shell --command 'make -B site/out/index.html'
- run: pnpm playwright:install
working-directory: site