Skip to content

Commit 119a571

Browse files
committed
fix: streamline Markflow installation and improve site build process
1 parent 3c8a570 commit 119a571

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/wiki.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,11 @@ jobs:
8282
uses: actions/checkout@v4
8383

8484
- name: Install Markflow
85-
run: |
86-
curl -sL https://raw.githubusercontent.com/darmie/markflow/main/install.sh | bash
87-
echo "$HOME/.markflow" >> $GITHUB_PATH
85+
run: curl -sL https://raw.githubusercontent.com/darmie/markflow/main/install.sh | bash
8886

8987
- name: Build site
90-
shell: bash
9188
run: |
92-
# Ignore SIGPIPE to prevent broken pipe errors in markflow
93-
trap '' PIPE
94-
89+
export PATH="$HOME/.markflow:$PATH"
9590
mkdir -p site
9691
9792
# Copy website landing page to site root

0 commit comments

Comments
 (0)