Skip to content

Commit 91f7ade

Browse files
committed
publish-github-pages.yml update
1 parent 5bf6f39 commit 91f7ade

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/publish-github-pages.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
5858
- name: Install bundler
5959
run: |
60-
sudo apt-get install -y build-essential patch ruby-dev zlib1g-dev liblzma-dev libxslt-dev pkg-config
60+
sudo apt-get install -y build-essential patch ruby-dev zlib1g-dev liblzma-dev libxslt-dev pkg-config libffi
61+
# https://bundler.io
6162
gem install bundler:2.4
6263
bundle config path vendor/bundle
6364
bundle install --jobs 4 --retry 3
@@ -76,6 +77,12 @@ jobs:
7677
ln -sv $(pwd)/doxygen-$DOXYGEN_VERSION/bin/doxygen .local/bin/doxygen
7778
ls -l
7879
80+
- name: Use Nodejs
81+
# https://github.com/actions/setup-node
82+
uses: actions/setup-node@v3
83+
with:
84+
node-version: 18.x
85+
7986
- name: Install dependencies
8087
# For the build helper and the Doxygen theme.
8188
run: |

0 commit comments

Comments
 (0)