{"id":51644327,"url":"https://github.com/siteleaf/actions-save-files","last_synced_at":"2026-07-13T21:02:33.508Z","repository":{"id":370298880,"uuid":"1294082085","full_name":"siteleaf/actions-save-files","owner":"siteleaf","description":"Action to save files from GitHub Actions to Siteleaf Preview","archived":false,"fork":false,"pushed_at":"2026-07-08T20:32:07.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-07-08T21:07:07.440Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siteleaf.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-07-08T18:57:32.000Z","updated_at":"2026-07-08T20:31:56.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/siteleaf/actions-save-files","commit_stats":null,"previous_names":["siteleaf/actions-save-files"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/siteleaf/actions-save-files","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siteleaf%2Factions-save-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siteleaf%2Factions-save-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siteleaf%2Factions-save-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siteleaf%2Factions-save-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siteleaf","download_url":"https://codeload.github.com/siteleaf/actions-save-files/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siteleaf%2Factions-save-files/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35436280,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-13T02:00:06.543Z","response_time":119,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-07-13T21:02:32.927Z","updated_at":"2026-07-13T21:02:33.503Z","avatar_url":"https://github.com/siteleaf.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# siteleaf/actions-save-files\nAction to save files from GitHub Actions to Siteleaf Preview\n\nExample usage:\n\n```yaml\n# .github/workflows/preview.yml\n\nname: Build preview with Jekyll and Siteleaf\n\non:\n  push:\n    branches:\n      - preview       # Build previews for \"preview\" branch\n  pull_request:       # Build previews for PRs\n  workflow_dispatch:  # Build manually from the Actions tab\n\npermissions:\n  contents: read\n  id-token: write       # Required for siteleaf/actions-save-files\n  pull-requests: write  # Required for auto Preview URL in PR comments\n  \njobs:\n  preview:\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout branch\n        uses: actions/checkout@v7\n      \n      - name: Setup Ruby           # Required only if using Jekyll\n        uses: ruby/setup-ruby@v1\n        with:\n          ruby-version: \"3.2\"      # Not needed with .ruby-version, .tool-versions, etc\n          bundler-cache: true      # Runs 'bundle install' and caches installed gems\n          \n      - name: Build Jekyll site    # Replace with your custom build steps\n        env:\n          JEKYLL_ENV: staging\n        run: |\n          bundle exec jekyll build \\\n            --future \\\n            --unpublished \\\n            --drafts\n\n      - name: Deploy to Siteleaf\n        uses: siteleaf/actions-save-files@v1\n        with:\n          publish_dir: _site       # Optional (defaults to _site)\n          compare_size_only: true  # Optional (faster)\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiteleaf%2Factions-save-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiteleaf%2Factions-save-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiteleaf%2Factions-save-files/lists"}