From 757b7a841bf70d269be11e9c04fd3cd5b274973f Mon Sep 17 00:00:00 2001 From: Harry Min Khant <118270468+harrymkt@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:34:41 +0630 Subject: [PATCH] Update deploy.yaml --- .github/workflows/deploy.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 22df50e..e7ae78d 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -22,8 +22,11 @@ jobs: - name: Build the Cobalt site run: cobalt build + - name: List files in HTML directory + run: dir HTML + - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 with: github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: ./HTML + publish_dir: /HTML