Skip to content

Commit

Permalink
Rename deploy env/GHA to publish for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterius committed Oct 16, 2024
1 parent a6047fd commit 0d1e8ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: deploy
name: Render and publish site

on:
push:
Expand All @@ -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:
Expand All @@ -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
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 0d1e8ad

Please sign in to comment.