We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8a570 commit 119a571Copy full SHA for 119a571
1 file changed
.github/workflows/wiki.yml
@@ -82,16 +82,11 @@ jobs:
82
uses: actions/checkout@v4
83
84
- name: Install Markflow
85
- run: |
86
- curl -sL https://raw.githubusercontent.com/darmie/markflow/main/install.sh | bash
87
- echo "$HOME/.markflow" >> $GITHUB_PATH
+ run: curl -sL https://raw.githubusercontent.com/darmie/markflow/main/install.sh | bash
88
89
- name: Build site
90
- shell: bash
91
run: |
92
- # Ignore SIGPIPE to prevent broken pipe errors in markflow
93
- trap '' PIPE
94
-
+ export PATH="$HOME/.markflow:$PATH"
95
mkdir -p site
96
97
# Copy website landing page to site root
0 commit comments