Skip to content

Commit

Permalink
fixing syntax error in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanAkbar committed Mar 19, 2024
1 parent b7f3f16 commit 4f8f539
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,22 +50,20 @@ jobs:
bundler-cache: true

- name: Checkout data
working-directory: isotc211.geolexica.org
uses: actions/checkout@v3
with:
token: ${{ github.token }}
repository: geolexica/isotc211-glossary
path: isotc211-glossary
path: isotc211.geolexica.org/isotc211-glossary
ref: refs/heads/generated_concepts_from_20231214_glossary_with_math
fetch-depth: 1

- name: Checkout breviter
working-directory: isotc211.geolexica.org
uses: actions/checkout@v3
with:
token: ${{ github.token }}
repository: geolexica/breviter
path: breviter
path: isotc211.geolexica.org/breviter
ref: main
fetch-depth: 1
submodules: true
Expand Down

0 comments on commit 4f8f539

Please sign in to comment.