Skip to content

Commit

Permalink
change path in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
mamullen13316 committed May 13, 2024
1 parent 1087eff commit 974f549
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/example_output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,10 @@ jobs:
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Create tar file
run: tar -cvf website.tar -C sample_output/results_html_web .
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
name: website
path: website.tar
path: sample_output/results_html_web
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4

0 comments on commit 974f549

Please sign in to comment.