mirror of
https://github.com/go-i2p/www.git
synced 2025-06-24 19:24:49 -04:00
Update page.yml
This commit is contained in:
4
.github/workflows/page.yml
vendored
4
.github/workflows/page.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
- name: Install dependencies 📦
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install python3 python3-polib python3-docutils pandoc python3-pip
|
||||
sudo apt-get install python3 python3-polib python3-docutils pandoc python3-pip markdown
|
||||
pip3 install pypandoc
|
||||
|
||||
- name: Run build script 🔧
|
||||
@ -35,4 +35,4 @@ jobs:
|
||||
with:
|
||||
folder: ./processed # The folder the action should deploy
|
||||
branch: gh-pages # The branch the action should deploy to
|
||||
clean: true # Automatically remove deleted files from the deploy branch
|
||||
clean: true # Automatically remove deleted files from the deploy branch
|
||||
|
Reference in New Issue
Block a user