feature/84-character-creation #88
1 changed files with 2 additions and 2 deletions
|
@ -84,9 +84,9 @@ jobs:
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||||
- name: Retrieve docs artifact
|
- name: Retrieve docs artifact
|
||||||
uses: actions/download-artifact@v2
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: wiki.zip
|
name: wiki
|
||||||
- name: Unzip wiki.zip into .public
|
- name: Unzip wiki.zip into .public
|
||||||
run: |
|
run: |
|
||||||
mkdir .public
|
mkdir .public
|
||||||
|
|
Loading…
Add table
Reference in a new issue