Skip to content

Commit

Permalink
No doc is built, remove the dependency.
Browse files Browse the repository at this point in the history
Also, do not push the binary to the gh-pages (too big)
Will try to do that in a release
  • Loading branch information
Rmano committed Jul 13, 2020
1 parent 67e3844 commit 8d5bbe3
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/buildAppImage.yml
Expand Up @@ -37,12 +37,12 @@ jobs:
name: AppImage
path: deploydir/

- name: Deploy to GitHub gh-pages
uses: JamesIves/github-pages-deploy-action@releases/v3
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
FOLDER: deploydir # The folder the action should deploy.
# - name: Deploy to GitHub gh-pages
# uses: JamesIves/github-pages-deploy-action@releases/v3
# with:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# BRANCH: gh-pages # The branch the action should deploy to.
# FOLDER: deploydir # The folder the action should deploy.

#
# Runs a set of commands using the runners shell
Expand Down
5 changes: 4 additions & 1 deletion README.md
@@ -1,5 +1,8 @@
# qucsAppImagesBuild
Trying to learn github actions to build an appimage

Status: ![CI](https://github.com/Rmano/qucsAppImagesBuild/workflows/CI/badge.svg)

Trying to learn github actions to build an AppImage

Pages at https://rmano.github.io/qucsAppImagesBuild/

17 changes: 10 additions & 7 deletions get_dependencies.sh
Expand Up @@ -6,13 +6,16 @@ sudo apt-get update
sudo apt-get install build-essential \
libqt4-dev libqt4-qt3support \
automake libtool libtool-bin gperf flex bison \
doxygen \
octave octave-epstk \
latex2html \
texlive texlive-font-utils texlive-science-doc texlive-science \
texlive-publishers texlive-science \
transfig gnuplot graphviz \
ps2eps pgf python-tk wget adms asco
wget adms asco
#
# for documentation only (we are not going to build it)
# sudo apt-get install doxygen \
# octave octave-epstk \
# latex2html \
# texlive texlive-font-utils texlive-science-doc texlive-science \
# texlive-publishers texlive-science \
# transfig gnuplot graphviz \
# ps2eps pgf python-tk

# get linuxdeploy and source
wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage
Expand Down

0 comments on commit 8d5bbe3

Please sign in to comment.