Skip to content

Commit

Permalink
Fix workflow paths
Browse files Browse the repository at this point in the history
  • Loading branch information
mthierman committed Mar 25, 2024
1 parent dbdb599 commit bac5527
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/flexoki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ jobs:
node-version: "*"
check-latest: true
cache: "pnpm"
cache-dependency-path: airglow/pnpm-lock.yaml
cache-dependency-path: flexoki/pnpm-lock.yaml

- name: Install node_modules
run: |
Set-Location ${{ github.workspace }}\airglow
Set-Location ${{ github.workspace }}\flexoki
pnpm install --frozen-lockfile
- name: Update website
run: |
Set-Location ${{ github.workspace }}\mthierman.com
Copy-Item "${{ github.workspace }}\airglow\build\notes\version" -Destination "${{ github.workspace }}\mthierman.com\src\includes\flexoki\version"
"v" + ((Get-Content ${{ github.workspace }}\flexoki\package.json | ConvertFrom-Json).version) > "${{ github.workspace }}\mthierman.com\src\includes\flexoki\version"
Get-Date -Format "dd/MM/yyyy HH:mm:ss" > "${{ github.workspace }}\mthierman.com\src\includes\flexoki\date"
git config user.name github-actions
git config user.email [email protected]
Expand Down

0 comments on commit bac5527

Please sign in to comment.