Skip to content

Commit

Permalink
Change the way licenses are uploaded
Browse files Browse the repository at this point in the history
  • Loading branch information
Dlurak committed Jan 2, 2024
1 parent 80df7e9 commit 330e2bf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ jobs:
env:
JEKYLL_ENV: production
- name: Build static licenses
run: |
mkdir "${{ steps.pages.outputs.base_path }}"
cp ./_licenses/* "${{ steps.pages.outputs.base_path }}"
uses: actions/upload-artifact@v2
with:
name: licenses
path: _licenses
- name: Upload artifact
# Automatically uploads an artifact from the './_site' directory by default
uses: actions/upload-pages-artifact@v3
Expand Down

0 comments on commit 330e2bf

Please sign in to comment.