Skip to content

Commit

Permalink
Merge pull request #8 from mr-fitzie/main
Browse files Browse the repository at this point in the history
  • Loading branch information
venice1200 authored Sep 23, 2024
2 parents 5ab95f0 + e19324a commit 69a56d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish_github_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.ref }}
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Generate data.js
env:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
shell: python

- name: Archive data JSON
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: data-pics-json
path: data_pics.json
Expand All @@ -66,12 +66,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout ${{ github.ref }}
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: gh-pages

- name: Download data JSON
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: data-pics-json

Expand Down

0 comments on commit 69a56d9

Please sign in to comment.