Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
senz committed Feb 26, 2024
1 parent f8ad3c5 commit 197b41d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-user-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,14 @@ jobs:
- name: symlink config
working-directory: ${{ env.base_dir }}
run: |
ln -sv ${{ env.config_file_name }}" "${{ env.cheatsheet_dir }}/config.yml"
ln -sv "${GITHUB_WORKSPACE}/${{ inputs.config_path }}/${{ env.config_file_name }}" "${{ env.cheatsheet_dir }}/config.yml"
- name: Debug config
working-directory: ${{ env.base_dir }}
run: |
ls -l "${GITHUB_WORKSPACE}/${{ inputs.config_path }}/${{ env.config_file_name }}"
ls -l "${{ env.cheatsheet_dir }}/config.yml"
ls -l "${GITHUB_WORKSPACE}/${{ inputs.config_path }}/"
ls -l"${GITHUB_WORKSPACE}/${{ inputs.config_path }}/"
ls -l "${{ env.cheatsheet_dir }}"
- run: npm ci
Expand Down

0 comments on commit 197b41d

Please sign in to comment.