Skip to content

Commit

Permalink
Tidying up
Browse files Browse the repository at this point in the history
  • Loading branch information
jeantessier committed Jul 17, 2024
1 parent 7834816 commit 63a3d05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/static_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,15 +36,12 @@ jobs:
- name: Set up Journal generator
run: |
ln -s ${{ github.workspace }}/cgi-bin/data2html.cgi ${{ github.workspace }}/cgi-bin/Journal.cgi
ls -al cgi-bin
- name: Generate Journal
run: |
${{ github.workspace }}/cgi-bin/Journal.cgi --no-headers --top-level > Journal.html
ls -al
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
# Upload entire repository
path: '.'
- name: Deploy to GitHub Pages
id: deployment
Expand Down

0 comments on commit 63a3d05

Please sign in to comment.