We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812edf8 commit c6e3a68Copy full SHA for c6e3a68
1 file changed
.github/workflows/website.yml
@@ -25,8 +25,6 @@ jobs:
25
sudo apt install -y ruby-bundler ruby-dev
26
python3 -m pip install -r requirements.txt
27
python3 make_index.py
28
- - name: Mark old docs
29
- run: python3 mark_old_docs.py
30
31
- name: Copy web files into _html folder
32
run: |
0 commit comments