Skip to content

Commit

Permalink
[Darkside] Fixed no_cache_paths for figma config CDN
Browse files Browse the repository at this point in the history
  • Loading branch information
KenAJoh committed Oct 4, 2024
1 parent 95c84e1 commit 73a6ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/figma-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
project_id: ${{ vars.NAIS_MANAGEMENT_PROJECT_ID }}
identity_provider: ${{ secrets.NAIS_WORKLOAD_IDENTITY_PROVIDER }}
source_keep_parent_name: false
no_cache_paths: "./@navikt/tokens/figma-config.json"
no_cache_paths: "@navikt/tokens/figma-config.json"

- run: echo uploaded file ${{ steps.upload.outputs.uploaded }}
shell: bash

0 comments on commit 73a6ae1

Please sign in to comment.