Skip to content

Commit 22ba9ea

Browse files
Fix GitHub Pages workflow: correct license file names
1 parent 0174ab0 commit 22ba9ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ jobs:
149149
150150
# Copy license files
151151
cp LICENSE _site/
152-
cp LICENSE-COMMERCIAL.md _site/
153-
cp LICENSE-GPL-3.0.md _site/
152+
cp LICENSE-COMMERCIAL _site/
153+
cp LICENSE-GPL-3.0 _site/
154154
155155
# Copy README
156156
cp README.md _site/

0 commit comments

Comments
 (0)