From aedec9de256839ea13e3eaf285cb0f7dde3b8fbd Mon Sep 17 00:00:00 2001 From: Power Lin <824676271@qq.com> Date: Sat, 28 Oct 2023 23:43:19 +0800 Subject: [PATCH] Update workflow.yml --- .github/workflows/workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 2ea961a..0ba4a0e 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v3 with: - ref: dummy-data #checkout different branch + ref: main #checkout different branch - name: Generate Directory Listings uses: jayanta525/github-pages-directory-listing@v3.0.0