Fix actions configuration

This commit is contained in:
Yuri Sizov
2023-03-28 19:22:24 +02:00
parent 000e58d006
commit 72114e5ac6

View File

@@ -23,8 +23,9 @@ jobs:
- name: Checkout published data
uses: actions/checkout@v3
ref: gh-pages
path: out
with:
ref: gh-pages
path: out
- name: Install Node.js 16.x
uses: actions/setup-node@v3