mirror of
https://github.com/godotengine/godot-commit-artifacts.git
synced 2026-01-03 18:09:48 +03:00
Fix actions configuration
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@@ -23,8 +23,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Checkout published data
|
- name: Checkout published data
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
ref: gh-pages
|
with:
|
||||||
path: out
|
ref: gh-pages
|
||||||
|
path: out
|
||||||
|
|
||||||
- name: Install Node.js 16.x
|
- name: Install Node.js 16.x
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user