Skip to content

Commit

Permalink
updated github action
Browse files Browse the repository at this point in the history
  • Loading branch information
rambip committed Aug 5, 2023
1 parent 5b7ab62 commit 2acb4ff
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ jobs:

- run: nix build

- run: tar czfh site.tar.gz --directory=result .
# - run: tar czfh site.tar.gz --directory=result .

- uses: actions/upload-pages-artifact@v2
with:
path: "result/"


deploy:
needs: build-pages
Expand All @@ -35,6 +40,3 @@ jobs:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
with:
artifact_name: site.tar.gz

0 comments on commit 2acb4ff

Please sign in to comment.