fix the deploy_pages.yaml workflow (#1968)

diff --git a/.github/workflows/deploy_pages.yaml b/.github/workflows/deploy_pages.yaml
index e0c2034..879c57f 100644
--- a/.github/workflows/deploy_pages.yaml
+++ b/.github/workflows/deploy_pages.yaml
@@ -34,7 +34,7 @@
           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