Skip to content

Commit

Permalink
build: try to fix dockerized builds #19
Browse files Browse the repository at this point in the history
  • Loading branch information
TheManchineel committed Dec 11, 2024
1 parent 38e28a6 commit bbf567a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
# Runs on pushes targeting the default branch
push:
branches: ["main"]

# Runs after "Build and Push Docker Image" workflow completes
workflow_run:
workflows: ["Build and Push Docker Image"]
types:
- completed
branches:
- main

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
3 changes: 3 additions & 0 deletions build_docs.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash
pwd
echo $HOME
echo ~
git config --global --add safe.directory /workspace

find . -type f -name "*.md" -mindepth 2 -print0 | sort -z | while read -d $'\0' doc
Expand Down

0 comments on commit bbf567a

Please sign in to comment.