Skip to content

Commit

Permalink
try another publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsaintvanne committed Jan 8, 2024
1 parent 3f11035 commit 223c7b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,12 @@ jobs:
uses: actions/configure-pages@v2

- name: Render Website
run: quarto render
with:
path: 'Workflow4Metabolomics\ Galaxy\ Documentation/docs'
run: quarto render Workflow4Metabolomics\ Galaxy\ Documentation/docs

- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
path: 'Workflow4Metabolomics\ Galaxy\ Documentation/docs'
path: 'docs'

- name: 🎉 Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 223c7b7

Please sign in to comment.