Skip to content

Commit

Permalink
Rename (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
aurexav authored Dec 19, 2023
1 parent 1291f19 commit ffa6d2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,24 +20,24 @@ concurrency:
jobs:
deploy:
environment:
name: github-pages
name: Deploy pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- name: Checkout
- name: Fetch latest code
uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v4
with:
python-version: "3.11"
- name: Build
- name: Build pages
run: |
python3 .github/replace.py
cd website
pip3 install poetry
poetry run poetry install --no-root
poetry run make html
- name: Setup Pages
- name: Configure pages
uses: actions/configure-pages@v4
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
Expand Down

0 comments on commit ffa6d2f

Please sign in to comment.