feature/84-character-creation #88

Merged
rainote merged 60 commits from feature/84-character-creation into master 2023-11-17 07:29:21 +00:00
Showing only changes of commit 580871ccb2 - Show all commits

View file

@ -69,7 +69,7 @@ jobs:
build-docs-container: build-docs-container:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: catthehacker/ubuntu:act-latest container: catthehacker/ubuntu:act-latest
needs: [ docs ] needs: [ docs, preprocess ]
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: https://github.com/actions/checkout@v3 uses: https://github.com/actions/checkout@v3
@ -91,12 +91,6 @@ jobs:
- name: Unzip wiki.zip into .public - name: Unzip wiki.zip into .public
run: | run: |
mkdir .public mkdir .public
pwd
cd ${{ github.workspace }}
pwd
ls
ls wiki.zip
file wiki.zip/wiki.zip
unzip -jo -qq ./wiki.zip/wiki.zip -d ../.public unzip -jo -qq ./wiki.zip/wiki.zip -d ../.public
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v5