Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
torydebra authored Feb 1, 2025
1 parent f7edd4f commit 3b78ae1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
pattern='(<span id="version_tag"><a href="https://github.com/torydebra/AwesomeRoboticsConferencesAndSchoolsList/commit/)([0-9a-zA-Z]*)(" class="text-dark">v[0-9]+\.[0-9]+\.)([0-9a-zA-Z]*)(</a></span>)'
sed -i -E "s|$pattern|\1$COMMIT_HASH\3$COMMIT_HASH\5|g" footer.html;
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v4
with:
path: 'www'
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4

0 comments on commit 3b78ae1

Please sign in to comment.