Skip to content

Commit

Permalink
ci: revert changes per upload-pages-artifacts documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sondregronas committed Aug 29, 2024
1 parent f217efb commit 5eb5736
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,12 @@ jobs:
- name: Tear down containers
run: docker compose -f docker-compose.pages.yml down

- name: Generate artifact
run: |
tar -czf ./.github/workflows/demo.tar.gz -C ./.github/workflows/demo .
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
name: github-pages
path: ./.github/workflows/demo.tar.gz
path: ./.github/workflows/demo

- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v3
uses: actions/deploy-pages@v4

0 comments on commit 5eb5736

Please sign in to comment.