From 5bb0bb4be543fd5eca41673696a62ed80d493591 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Jun 2024 18:20:58 +0200 Subject: Adding upstream version 7.3.7. Signed-off-by: Daniel Baumann --- doc/tutorial/deploying.rst | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) (limited to 'doc/tutorial/deploying.rst') diff --git a/doc/tutorial/deploying.rst b/doc/tutorial/deploying.rst index e16abdf..6b7913f 100644 --- a/doc/tutorial/deploying.rst +++ b/doc/tutorial/deploying.rst @@ -109,16 +109,11 @@ The quickest way to upload an existing project to GitHub is to: sources, complicating your workflow. These steps do not require access to the command line or installing any -additional software. To learn more, you can: +additional software. To learn more, read `this quickstart tutorial`_ or +consult the `official GitHub documentation`_ -- Follow `this interactive GitHub course`_ to learn more about how the GitHub - interface works. -- Read `this quickstart tutorial`_ to install extra software on your machine - and have more flexibility. You can either use the Git command line, or the - GitHub Desktop application. - -.. _this interactive GitHub course: https://lab.github.com/githubtraining/introduction-to-github .. _this quickstart tutorial: https://docs.github.com/en/get-started/quickstart +.. _official GitHub documentation: https://docs.github.com/en/get-started GitLab ~~~~~~ @@ -192,11 +187,11 @@ contents: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build HTML uses: ammaraskar/sphinx-action@master - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@v4 with: name: html-docs path: docs/build/html/ -- cgit v1.2.3