Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Push material metadata changes to website after edit #58

Closed
DrDrij opened this issue Nov 29, 2023 · 1 comment
Closed

Push material metadata changes to website after edit #58

DrDrij opened this issue Nov 29, 2023 · 1 comment
Assignees

Comments

@DrDrij
Copy link
Member

DrDrij commented Nov 29, 2023

Since adding the 'Edit metadata' link in #57 it would be good for any changes to update immediately on the econ-ark.org website. They are currently set to update once daily.

@DrDrij DrDrij self-assigned this Nov 29, 2023
@DrDrij
Copy link
Member Author

DrDrij commented Jan 25, 2024

Metadata files from REMARK and DemARK are copied over to the Econ-ark.org repository on "push" to markdown files directory.

The website is rebuilt immediately with the updated metadata.

https://github.com/econ-ark/REMARK/blob/b2f67ea5bb27c1c81d3d7d4a544f02bf8272a19d/.github/workflows/transfer-remark-metadata.yml#L3

name: Copy metadata
on:
  push:
    branches:
      - master
  schedule:
    # * is a special character in YAML so you have to quote this string
    - cron:  '0 8 * * *'

@DrDrij DrDrij closed this as completed Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant