Skip to content

Commit

Permalink
Update tlpclear-githubpages.yml
Browse files Browse the repository at this point in the history
fix actions pinning
  • Loading branch information
adonm authored Apr 19, 2024
1 parent 4689dc7 commit 83a23d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tlpclear-githubpages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
- name: Upload artifact
uses: actions/upload-pages-artifact@v4
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
with:
# Upload main folder
path: "site"
# Upload built site
path: 'site'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5

0 comments on commit 83a23d9

Please sign in to comment.