Skip to content

Commit f8131ed

Browse files
authored
Merge pull request #160 from weaponsforge/dev
v4.2.2
2 parents 88b271b + 7399569 commit f8131ed

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/pull-images.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,10 @@ jobs:
2222
git checkout $LATEST_TAG
2323
echo "LATEST_TAG=$LATEST_TAG" >> $GITHUB_ENV
2424
25+
- name: Create env variables
26+
run: |
27+
cp client/.env.example client/.env
28+
cp server/.env.example server/.env
29+
2530
- name: Pull Development Image
2631
run: docker compose -f docker-compose.dev.yml pull

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ password: useruser
2323
- [Online App Demo](#online-app-demo)
2424
- [Using with Google Sites](#using-with-google-sites)
2525
- [A. Embed a File Card](#a-embed-a-file-card)
26-
- [Embed a Full Page Containing a Group of File Cards](#b-embed-a-full-page-containing-a-group-of-file-cards)
26+
- [B. Embed a Full Page Containing a Group of File Cards](#b-embed-a-full-page-containing-a-group-of-file-cards)
2727
- [Requirements](#requirements)
2828
- [Installation](#installation)
2929
- [Run with Docker](#run-with-docker)

0 commit comments

Comments
 (0)