From d15fced6d8c6663a8d6c2740dcad0b732560d553 Mon Sep 17 00:00:00 2001 From: Daniel Belmes Date: Tue, 5 Dec 2023 14:08:04 -0800 Subject: [PATCH] Update buildPages.yml --- .github/workflows/buildPages.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildPages.yml b/.github/workflows/buildPages.yml index c83422df72c9..102d549ddd74 100644 --- a/.github/workflows/buildPages.yml +++ b/.github/workflows/buildPages.yml @@ -24,11 +24,12 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/checkout@v4 with: repository: 'EtherealEngine/etherealengine' - path: '/etherealengine' + path: 'etherealengine' + ref: 'dev' - name: Setup Pages id: pages uses: actions/configure-pages@v3