Skip to content

Commit

Permalink
Update pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vortex2Oblivion authored Feb 9, 2024
1 parent 26583fd commit 689784d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ 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@main

- uses: krdlab/setup-haxe@master
with:
Expand Down Expand Up @@ -69,6 +69,6 @@ jobs:
haxelib run dox -i docs -o pages --title "Leather Engine Documentation" -ex .*^ -in /*
- name: github-actions deploy
uses: JamesIves/github-pages-deploy-action@v4
uses: JamesIves/github-pages-deploy-action@main
with:
folder: pages # The folder the action should deploy.

0 comments on commit 689784d

Please sign in to comment.