Skip to content

Commit

Permalink
added staging config
Browse files Browse the repository at this point in the history
  • Loading branch information
HassanAkbar committed Mar 19, 2024
1 parent 16c3ebe commit 71122b6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
token: ${{ github.token }}
repository: geolexica/isotc211.geolexica.org
path: .
ref: refs/heads/adding_staging_config
fetch-depth: 1

- name: Use Ruby
Expand Down Expand Up @@ -87,7 +88,10 @@ jobs:
- run: npm install

- name: Build staging_site
run: make _site
run: |
make data
make bundle
JEKYLL_ENV=staging NODE_ENV=staging bundle exec jekyll build --config _config_staging.yml
- name: Compress files
run: zip -9 -r site.zip _site
Expand Down

0 comments on commit 71122b6

Please sign in to comment.