Skip to content

Commit

Permalink
CI: Upgrade actions
Browse files Browse the repository at this point in the history
  • Loading branch information
oprypin committed Apr 20, 2024
1 parent 6224df4 commit 88b30e1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml.ecr
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
<% end %>
steps:
- name: Download CrSFML source
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install SFML
id: sfml
uses: oprypin/install-sfml@v1
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ jobs:
- name: Install Crystal
uses: oprypin/install-crystal@v1
- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install dependencies
run: pip install --no-deps -r requirements/requirements-docs.txt
- name: Build site
run: LINT=true mkdocs build --strict
- name: Upload to GitHub Pages
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: site
deploy:
Expand All @@ -34,7 +34,7 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2
uses: actions/deploy-pages@v4
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}

0 comments on commit 88b30e1

Please sign in to comment.