Skip to content

Commit

Permalink
ci: adjust pipeline path
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasGentele committed Apr 16, 2024
1 parent 8e8a02c commit 8ef4bcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_ACCESS_TOKEN: ${{ secrets.NETLIFY_ACCESS_TOKEN }}
OUT_DIR: build/
TARGET_OUT_DIR: build/docs
TARGET_OUT_DIR: build/docs/v0.19

jobs:
run:
Expand All @@ -48,7 +48,7 @@ jobs:
mv $OUT_DIR/* tmp-$TARGET_OUT_DIR
mkdir -p $TARGET_OUT_DIR
mv tmp-$TARGET_OUT_DIR/* $TARGET_OUT_DIR
npm install -g [email protected]
fi
working-directory: ./docs
Expand Down

0 comments on commit 8ef4bcd

Please sign in to comment.