From c73ffbd4e943c2622a49442ee5bc1180fe6002e7 Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Wed, 15 Jan 2025 11:56:22 -0800 Subject: [PATCH] fix the deploy_pages.yaml workflow (#1968) --- .github/workflows/deploy_pages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_pages.yaml b/.github/workflows/deploy_pages.yaml index e0c2034b2..879c57f04 100644 --- a/.github/workflows/deploy_pages.yaml +++ b/.github/workflows/deploy_pages.yaml @@ -34,7 +34,7 @@ jobs: dart compile js -o example/app.dart.js --minify --no-frequency-based-minification --no-source-maps example/app.dart - working-directory: pkgs/markdown/example + working-directory: pkgs/markdown # Create the _site directory. - run: mkdir _site