diff --git a/.github/workflows/deploy.yml b/.github/workflows/publish.yml similarity index 77% rename from .github/workflows/deploy.yml rename to .github/workflows/publish.yml index dd53bc37..8d82c196 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: deploy +name: Render and publish site on: push: @@ -7,8 +7,9 @@ on: - specky jobs: - deploy: + publish: runs-on: ubuntu-latest + container: ghcr.io/nbisweden/workshop-reproducible-research/publish:specky permissions: contents: write steps: @@ -18,7 +19,6 @@ jobs: - name: Deploy on GitHub Pages uses: quarto-dev/quarto-actions/publish@v2 - container: ghcr.io/nbisweden/workshop-reproducible-research/deploy with: target: gh-pages render: true diff --git a/env/deploy/Dockerfile b/env/publish/Dockerfile similarity index 100% rename from env/deploy/Dockerfile rename to env/publish/Dockerfile diff --git a/env/deploy/environment.yml b/env/publish/environment.yml similarity index 100% rename from env/deploy/environment.yml rename to env/publish/environment.yml