Skip to content

Commit f04d99e

Browse files
committed
update doc
1 parent 0376e98 commit f04d99e

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Setup Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:

.github/workflows/pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434
- name: Setup Ruby
3535
uses: ruby/setup-ruby@v1
3636
with:
@@ -47,7 +47,7 @@ jobs:
4747
JEKYLL_ENV: production
4848
- name: Upload artifact
4949
# Automatically uploads an artifact from the './_site' directory by default
50-
uses: actions/upload-pages-artifact@v1
50+
uses: actions/upload-pages-artifact@v3
5151

5252
# Deployment job
5353
deploy:
@@ -59,4 +59,4 @@ jobs:
5959
steps:
6060
- name: Deploy to GitHub Pages
6161
id: deployment
62-
uses: actions/deploy-pages@v2
62+
uses: actions/deploy-pages@v4

docs/Installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ busctl --user call org.gnome.Shell.Extensions /org/gnome/Shell/Extensions org.gn
3838
* Installation from sources is not recommended but can be done for debugging or testing new updates not yet submitted to Gnome Extension.
3939
* A prerequisite is that gettext needs to be installed.
4040
* Run `./install.sh` from terminal to install.
41+
* Restart GNOME Shell by logging out and logging back in. Alternatively, on Xorg, you can restart GNOME Shell using `Alt + F2`, then typing `r`, and pressing Enter.
4142

4243

4344
## Uninstallation

0 commit comments

Comments
 (0)