Skip to content

Commit

Permalink
Update buildPages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielBelmes committed Dec 5, 2023
1 parent 90efe16 commit d15fced
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/buildPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d15fced

Please sign in to comment.